Type Alias pHalIoReadPartitionTable
pub type pHalIoReadPartitionTable = Option<unsafe extern "system" fn(deviceobject: *const DEVICE_OBJECT, sectorsize: u32, returnrecognizedpartitions: bool, partitionbuffer: *mut *mut DRIVE_LAYOUT_INFORMATION) -> NTSTATUS>;Aliased Type§
pub enum pHalIoReadPartitionTable {
None,
Some(unsafe extern "system" fn(*const DEVICE_OBJECT, u32, bool, *mut *mut DRIVE_LAYOUT_INFORMATION) -> NTSTATUS),
}