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