NTSTATUS __fastcall PiPnpRtlGetDeviceStatus(__int64 a1, __int128 *a2, _DWORD *a3, _DWORD *a4, _DWORD *a5, int a6){
UINT64 Flags;
LODWORD(Flags) = a6;
return PlugPlayGetDeviceStatus((UNICODE_STRING *)a2, (UINT64 *)a3, (UINT64 *)a4, (INT64 *)a5, Flags);
}