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