VTermAllocatorFunctions
VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata);
static VTermAllocatorFunctions default_allocator = {
VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata)
VTermAllocatorFunctions *allocator;