NTSTATUS __stdcall VfZwSetSystemTime(ULONG_PTR SystemTime, ULONG_PTR PreviousTime){
UINT64 v2;
UINT64 v3;
VOID *retaddr;
v2 = *(_QWORD *)&PreviousTime;
v3 = *(_QWORD *)&SystemTime;
if( (unsigned int)ViZwShouldCheck() )
{
ViZwCheckVirtualAddress(v3, retaddr);
ViZwCheckVirtualAddress(v2, retaddr);
}
return((__int64(__fastcall *)(UINT64, UINT64))pXdvZwSetSystemTime)(v3, v2);
}