NTSTATUS __fastcall FsRtlIsSystemPagingFile(UINT64 a1){ NTSTATUS result; MmIsFileObjectAPagingFile((_FILE_OBJECT *)a1); return result; }