Type Alias windows::Wdk::System::SystemServices::pKdSetupIntegratedDeviceForDebugging
pub type pKdSetupIntegratedDeviceForDebugging = Option<unsafe extern "system" fn(loaderblock: *const c_void, integrateddevice: *mut DEBUG_DEVICE_DESCRIPTOR) -> NTSTATUS>;
Aliased Type§
enum pKdSetupIntegratedDeviceForDebugging {
None,
Some(unsafe extern "system" fn(_: *const c_void, _: *mut DEBUG_DEVICE_DESCRIPTOR) -> NTSTATUS),
}