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