//0xc bytes (sizeof)
struct _RTL_HASH_TABLE
{
    ULONG EntryCount;                                                       //0x0
    ULONG MaskBitCount:5;                                                   //0x4
    ULONG BucketCount:27;                                                   //0x4
    struct _SINGLE_LIST_ENTRY* Buckets;                                     //0x8
};