NTSTATUS __stdcall HalpTimerSetProblemEx(INT64 a1, INT64 a2, INT64 a3, INT64 a4, UINT64 a5){
NTSTATUS result;
HalpTimerLastProblem = a2;
if( a1 )
{
result = a5;
*(_DWORD *)(a1 + 272) = a5;
*(_DWORD *)(a1 + 252) = a2;
*(_DWORD *)(a1 + 256) = a3;
*(_QWORD *)(a1 + 264) = a4;
}
return result;
}