//0x38 bytes (sizeof)
struct _WHEAP_ERROR_SOURCE_TABLE
{
    ULONG Signature;                                                        //0x0
    LONG Count;                                                             //0x4
    ULONG NextId;                                                           //0x8
    struct _LIST_ENTRY Items;                                               //0x10
    struct _KEVENT InsertLock;                                              //0x20
};