Type Alias windows::Wdk::System::SystemServices::pKdSetupPciDeviceForDebugging
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),
}