pub unsafe fn WheaReportHwErrorDeviceDriver<P0>(
    errorsourceid: u32,
    deviceobject: *const DEVICE_OBJECT,
    errordata: &[u8],
    sectiontypeguid: *const GUID,
    errorseverity: WHEA_ERROR_SEVERITY,
    devicefriendlyname: P0,
) -> NTSTATUS
where P0: Param<PCSTR>,