pub type ENCLAVE_TARGET_FUNCTION = Option<unsafe extern "C" fn(arg1: PVOID) -> PVOID>;
enum ENCLAVE_TARGET_FUNCTION { None, Some(unsafe extern "C" fn(_: *mut c_void) -> *mut c_void), }
No value.
Some value of type T.
T