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