Type Alias 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§

pub enum KDEFERRED_ROUTINE {
    None,
    Some(unsafe extern "system" fn(*const KDPC, *const c_void, *const c_void, *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const KDPC, *const c_void, *const c_void, *const c_void))

Some value of type T.