_WHEA_ERROR_SOURCE_DESCRIPTOR *__stdcall WheaGetErrorSource(UINT64 ErrorSourceId){
INT64 v1;
UINT64 v2;
_WHEAP_ERROR_SOURCE *ErrorSource;
ErrorSource = WheapGetErrorSource(
(_WHEAP_ERROR_SOURCE_TABLE *)&WheapErrorSourceTable,
(unsigned int)ErrorSourceId,
v1,
v2);
return(_WHEA_ERROR_SOURCE_DESCRIPTOR *)((unsigned __int64)&ErrorSource->Descriptor & -(__int64)(ErrorSource != 0i64));
}