pub type pKdReleasePciDeviceForDebugging = Option<unsafe extern "system" fn(pcidevice: *mut DEBUG_DEVICE_DESCRIPTOR) -> NTSTATUS>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum pKdReleasePciDeviceForDebugging {
    None,
    Some(unsafe extern "system" fn(_: *mut DEBUG_DEVICE_DESCRIPTOR) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut DEBUG_DEVICE_DESCRIPTOR) -> i32)

Some value of type T.