NTSTATUS __stdcall VerifierKeWaitForSingleObjectNoReboot(
PVOID Object,
_KWAIT_REASON WaitReason,
INT8 WaitMode,
UINT8 Alertable,
_LARGE_INTEGER *Timeout){
UINT64 v6;
UINT64 v7;
return ViKeWaitForSingleObjectCommon(Object, WaitReason, WaitMode, Alertable, Timeout, v6, v7);
}