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