//0x28 bytes (sizeof)
struct _MI_REVERSE_VIEW_MAP
{
    struct _LIST_ENTRY ViewLinks;                                           //0x0
    union
    {
        VOID* SystemCacheVa;                                                //0x10
        struct _EPROCESS* VadsProcess;                                      //0x10
        ULONGLONG Type:2;                                                   //0x10
    };
    union
    {
        struct _SUBSECTION* Subsection;                                     //0x18
        ULONGLONG SubsectionType:1;                                         //0x18
    };
    struct _MI_REVERSE_MAP_VIEW_ATTRIBUTES Attributes;                      //0x20
};