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