pub type pKdSetupPciDeviceForDebugging = Option<unsafe extern "system" fn(loaderblock: *const c_void, pcidevice: *mut DEBUG_DEVICE_DESCRIPTOR) -> NTSTATUS>;

Aliased Type§

enum pKdSetupPciDeviceForDebugging {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *mut DEBUG_DEVICE_DESCRIPTOR) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *mut DEBUG_DEVICE_DESCRIPTOR) -> NTSTATUS)

Some value of type T.