Type Alias APC_CALLBACK_FUNCTION
pub type APC_CALLBACK_FUNCTION = Option<unsafe extern "system" fn(param0: u32, param1: *mut c_void, param2: *mut c_void)>;Aliased Type§
pub enum APC_CALLBACK_FUNCTION {
None,
Some(unsafe extern "system" fn(u32, *mut c_void, *mut c_void)),
}