Type Alias LPENCLAVE_TARGET_FUNCTION

Source
pub type LPENCLAVE_TARGET_FUNCTION = PENCLAVE_TARGET_FUNCTION;

Aliased Type§

enum LPENCLAVE_TARGET_FUNCTION {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void) -> *mut c_void)

Some value of type T.