Type Alias PFIBER_CALLOUT_ROUTINE
pub type PFIBER_CALLOUT_ROUTINE = Option<unsafe extern "system" fn(lpparameter: *mut c_void) -> *mut c_void>;Aliased Type§
pub enum PFIBER_CALLOUT_ROUTINE {
None,
Some(unsafe extern "system" fn(*mut c_void) -> *mut c_void),
}