NTSTATUS __stdcall SeQueryHSTIResults(VOID *SystemInformation, UINT64 SystemInformationLength, UINT64 *ReturnLength){
size_t v3;
NTSTATUS v4;
v3 = dword_140D40600;
*(_DWORD *)ReturnLength = dword_140D40600;
v4 = 0;
if( !v3 )
return -1073741275;
if( (unsigned int)SystemInformationLength < v3 )
return -1073741820;
memmove(SystemInformation, qword_140D40608, v3);
return v4;
}