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