//0x98 bytes (sizeof)
struct _MSUBSECTION
{
    struct _SUBSECTION Core;                                                //0x0
    struct _RTL_BALANCED_NODE SubsectionNode;                               //0x38
    ULONGLONG NumberOfMappedViews;                                          //0x50
    struct _LIST_ENTRY DereferenceList;                                     //0x58
    ULONG NumberOfPfnReferences;                                            //0x68
    ULONG LargeViews;                                                       //0x6c
    VOID* SubsectionExtentList;                                             //0x70
    struct _MI_PROTOTYPE_PTES_NODE ProtosNode;                              //0x78
};