//0x30 bytes (sizeof)
struct _MI_SYSTEM_ACCELERATORS
{
    struct _LIST_ENTRY HardwareInstances;                                   //0x0
    ULONG NumberOfHardwareInstances;                                        //0x10
    UCHAR ShuttingDown;                                                     //0x14
    UCHAR AllocationFailures;                                               //0x15
    UCHAR AllocationQueryFailures;                                          //0x16
    UCHAR AllocationQueryBadNodes;                                          //0x17
    struct _SINGLE_LIST_ENTRY DeferredPoolFrees;                            //0x18
    VOID** OpaqueContext;                                                   //0x20
    volatile LONG Lock;                                                     //0x28
};