pub type pHalIoSetPartitionInformation = Option<unsafe extern "system" fn(deviceobject: *const DEVICE_OBJECT, sectorsize: u32, partitionnumber: u32, partitiontype: u32) -> NTSTATUS>;

Aliased Type§

enum pHalIoSetPartitionInformation {
    None,
    Some(unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: u32, _: u32, _: u32) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: u32, _: u32, _: u32) -> NTSTATUS)

Some value of type T.