//0x20 bytes (sizeof)
struct _RTL_CRITICAL_SECTION_DEBUG
{
    USHORT Type;                                                            //0x0
    USHORT CreatorBackTraceIndex;                                           //0x2
    struct _RTL_CRITICAL_SECTION* CriticalSection;                          //0x4
    struct _LIST_ENTRY ProcessLocksList;                                    //0x8
    ULONG EntryCount;                                                       //0x10
    ULONG ContentionCount;                                                  //0x14
    ULONG Flags;                                                            //0x18
    USHORT CreatorBackTraceIndexHigh;                                       //0x1c
    USHORT SpareUSHORT;                                                     //0x1e
};