//0x8 bytes (sizeof)
struct _CM_INDEX
{
    ULONG Cell;                                                             //0x0
    union
    {
        struct _CM_FAST_LEAF_HINT NameHint;                                 //0x4
        struct _CM_COMPONENT_HASH HashKey;                                  //0x4
    };
};