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