RtlCreateHashTableEx

INT8 __fastcall RtlCreateHashTableEx(INT64 *a1, UINT64 a2, INT64 a3, INT64 a4){
  return RtlpCreateHashTable((_RTL_DYNAMIC_HASH_TABLE **)a1, a2, a3, a4);
}

Referenced by:

No references.