//0x40 bytes (sizeof)
struct _CM_KCB_LAYER_INFO
{
struct _LIST_ENTRY LayerListEntry; //0x0
struct _CM_KEY_CONTROL_BLOCK* Kcb; //0x10
struct _CM_KCB_LAYER_INFO* LowerLayer; //0x18
struct _LIST_ENTRY UpperLayerListHead; //0x20
struct _LIST_ENTRY DiscardedUpperLayerListHead; //0x30
};