ghostty_formatter_format_buf function

GhosttyResult ghostty_formatter_format_buf(
  1. GhosttyFormatter formatter,
  2. Pointer<Uint8> buf,
  3. int buf_len,
  4. Pointer<Size> out_written,
)

Implementation

GhosttyResult ghostty_formatter_format_buf(
  GhosttyFormatter formatter,
  ffi.Pointer<ffi.Uint8> buf,
  int buf_len,
  ffi.Pointer<ffi.Size> out_written,
) => GhosttyResult.fromValue(
  _ghostty_formatter_format_buf(formatter, buf, buf_len, out_written),
);