NTSTATUS __stdcall WheaHwErrorReportSetSectionNameDeviceDriver(INT64 a1, UINT64 a2, const CHAR *a3){
if( !a1 )
return -1073741585;
if( (unsigned int)a2 > 0x14 )
return -1073741584;
if( !a3 )
return -1073741583;
RtlStringCchCopyA(*(CHAR **)(a1 + 24), (unsigned int)a2, (CHAR *)a3);
return 0;
}