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