RtlpHpLargeLockAcquire

UINT8 __fastcall RtlpHpLargeLockAcquire(INT64 a1, CHAR a2){
  if( (a2 & 1) != 0 )
    return -1;
  else
    return RtlpHpAcquireLockExclusive((INT64 *)(a1 + 64), *(_DWORD *)a1 & 1);
}

Referenced by:

RtlpHpLargeAlloc
RtlpHpLargeFree