//0x14 bytes (sizeof)
struct _HEAP_SUBALLOCATOR_CALLBACKS
{
    ULONG Allocate;                                                         //0x0
    ULONG Free;                                                             //0x4
    ULONG Commit;                                                           //0x8
    ULONG Decommit;                                                         //0xc
    ULONG ExtendContext;                                                    //0x10
};