static ffi.Pointer<Text> $allocate( ffi.Allocator $allocator, { required ffi.Pointer<ffi.Pointer<ffi.Char>> line, required int n_lines, }) => $allocator<Text>() ..ref.line = line ..ref.n_lines = n_lines;