//0x18 bytes (sizeof)
struct _MI_REVERSE_VIEW_MAP
{
    struct _LIST_ENTRY ViewLinks;                                           //0x0
    union
    {
        VOID* SystemCacheVa;                                                //0x8
        VOID* SessionViewVa;                                                //0x8
        struct _EPROCESS* VadsProcess;                                      //0x8
        ULONG Type:2;                                                       //0x8
    };
    union
    {
        struct _SUBSECTION* Subsection;                                     //0xc
        ULONG SubsectionType:1;                                             //0xc
    };
    ULONGLONG SectionOffset;                                                //0x10
};