ghostty_grid_ref_graphemes function

GhosttyResult ghostty_grid_ref_graphemes(
  1. Pointer<GhosttyGridRef> ref,
  2. Pointer<Uint32> buf,
  3. int buf_len,
  4. Pointer<Size> out_len,
)

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),
);