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