//0x80 bytes (sizeof)
struct _MI_ACCESS_LOG_STATE
{
    struct _MM_PAGE_ACCESS_INFO_HEADER* volatile CcAccessLog;               //0x0
    ULONG Enabled;                                                          //0x4
    struct _WORK_QUEUE_ITEM DisableAccessLogging;                           //0x8
    ULONG MinLoggingPriority;                                               //0x18
    ULONG AccessLoggingLock;                                                //0x40
};