vterm_new_with_allocator
VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata);
return vterm_new_with_allocator(rows, cols, &default_allocator, NULL);