Type Alias windows::Wdk::Foundation::PKDEFERRED_ROUTINE
pub type PKDEFERRED_ROUTINE = Option<unsafe extern "system" fn()>;
Aliased Type§
enum PKDEFERRED_ROUTINE {
None,
Some(unsafe extern "system" fn()),
}