//0x18 bytes (sizeof)
struct _CM_KCB_LAYER_INFO
{
    struct _LIST_ENTRY LayerListEntry;                                      //0x0
    struct _CM_KEY_CONTROL_BLOCK* Kcb;                                      //0x8
    struct _CM_KCB_LAYER_INFO* LowerLayer;                                  //0xc
    struct _LIST_ENTRY UpperLayerListHead;                                  //0x10
};