pub type IOMMU_DEVICE_FAULT_HANDLER = Option<unsafe extern "system" fn(context: *mut c_void, faultinformation: *mut FAULT_INFORMATION)>;
Expand description

Required features: "Wdk_Foundation", "Wdk_Storage_FileSystem", "Win32_Foundation", "Win32_Security", "Win32_System_IO", "Win32_System_Kernel", "Win32_System_Power", "Win32_System_WindowsProgramming"

Aliased Type§

enum IOMMU_DEVICE_FAULT_HANDLER {
    None,
    Some(unsafe extern "system" fn(_: *mut c_void, _: *mut FAULT_INFORMATION)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut c_void, _: *mut FAULT_INFORMATION))

Some value of type T.