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