//0x408 bytes (sizeof)
struct _PLATFORM_IDLE_ACCOUNTING
{
    ULONG ResetCount;                                                       //0x0
    ULONG StateCount;                                                       //0x4
    ULONG DeepSleepCount;                                                   //0x8
    enum PPM_IDLE_BUCKET_TIME_TYPE TimeUnit;                                //0xc
    ULONGLONG StartTime;                                                    //0x10
    struct _PLATFORM_IDLE_STATE_ACCOUNTING State[1];                        //0x18
};