Type Alias windows::Wdk::System::SystemServices::KDEFERRED_ROUTINE
pub type KDEFERRED_ROUTINE = Option<unsafe extern "system" fn(dpc: *const KDPC, deferredcontext: *const c_void, systemargument1: *const c_void, systemargument2: *const c_void)>;
Aliased Type§
enum KDEFERRED_ROUTINE {
None,
Some(unsafe extern "system" fn(_: *const KDPC, _: *const c_void, _: *const c_void, _: *const c_void)),
}