//0x14 bytes (sizeof)
struct _RTL_DYNAMIC_HASH_TABLE_ENUMERATOR
{
    struct _RTL_DYNAMIC_HASH_TABLE_ENTRY HashEntry;                         //0x0
    struct _LIST_ENTRY* ChainHead;                                          //0xc
    ULONG BucketIndex;                                                      //0x10
};