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