ghostty_grid_ref_graphemes function
Implementation
GhosttyResult ghostty_grid_ref_graphemes(
ffi.Pointer<GhosttyGridRef> ref,
ffi.Pointer<ffi.Uint32> buf,
int buf_len,
ffi.Pointer<ffi.Size> out_len,
) => GhosttyResult.fromValue(
_ghostty_grid_ref_graphemes(ref, buf, buf_len, out_len),
);