VOID __fastcall ViErrorReport4(INT64 a1, const VOID *a2, UINT64 *a3, INT64 a4){
UINT64 v4;
char pszDest[128];
v4 = (int)a4;
ViErrorDisplayDescription(548);
if( (int)RtlStringCbPrintfA(
pszDest,
0x7Cui64,
(INT8 *)"CulpritAddress = %p, Irp = %p, ExpectedStatus = 0x%x, ActualStatus = 0x%x.\n") >= 0 )
VfUtilDbgPrint(pszDest);
ViErrorFinishReport(548i64, (UINT64)a2, *a3, v4);
}