ghostty_grid_ref_hyperlink_uri function

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

Implementation

GhosttyResult ghostty_grid_ref_hyperlink_uri(
  ffi.Pointer<GhosttyGridRef> ref,
  ffi.Pointer<ffi.Uint8> buf,
  int buf_len,
  ffi.Pointer<ffi.Size> out_len,
) => GhosttyResult.fromValue(
  _ghostty_grid_ref_hyperlink_uri(ref, buf, buf_len, out_len),
);