Type Alias windows::Wdk::System::SystemServices::pHalExamineMBR
pub type pHalExamineMBR = Option<unsafe extern "system" fn(deviceobject: *const DEVICE_OBJECT, sectorsize: u32, mbrtypeidentifier: u32, buffer: *mut *mut c_void)>;
Aliased Type§
enum pHalExamineMBR {
None,
Some(unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: u32, _: u32, _: *mut *mut c_void)),
}