NTSTATUS __stdcall VfZwResetEvent(VOID *EventHandle, ULONG_PTR PreviousState){
UINT64 v2;
VOID *retaddr;
v2 = *(_QWORD *)&PreviousState;
if( (unsigned int)ViZwShouldCheck() )
ViZwCheckVirtualAddress(v2, retaddr);
return((__int64(__fastcall *)(VOID *, UINT64))pXdvZwResetEvent)(EventHandle, v2);
}