NTSTATUS __stdcall VerifierMmProtectMdlSystemAddress(MDL *MemoryDescriptorList, UINT64 NewProtect){
unsigned int v2;
PVOID retaddr;
v2 = NewProtect;
VfCheckPageProtection((unsigned int)NewProtect, retaddr);
return((__int64(__fastcall *)(MDL *, _QWORD))pXdvMmProtectMdlSystemAddress)(MemoryDescriptorList, v2);
}