Type Alias pKdSetupPciDeviceForDebugging
pub type pKdSetupPciDeviceForDebugging = Option<unsafe extern "system" fn(loaderblock: *const c_void, pcidevice: *mut DEBUG_DEVICE_DESCRIPTOR) -> NTSTATUS>;Aliased Type§
pub enum pKdSetupPciDeviceForDebugging {
None,
Some(unsafe extern "system" fn(*const c_void, *mut DEBUG_DEVICE_DESCRIPTOR) -> NTSTATUS),
}