windows::Wdk::System::SystemServices

Function HalDmaAllocateCrashDumpRegistersEx

pub unsafe fn HalDmaAllocateCrashDumpRegistersEx(
    adapter: *const _ADAPTER_OBJECT,
    numberofmapregisters: u32,
    type: HAL_DMA_CRASH_DUMP_REGISTER_TYPE,
    mapregisterbase: *mut *mut c_void,
    mapregistersavailable: *mut u32,
) -> NTSTATUS