ghostty_snapshot_encode_buf function
Implementation
GhosttyResult ghostty_snapshot_encode_buf(
GhosttyTerminal terminal,
ffi.Pointer<ffi.Uint8> buf,
int buf_len,
ffi.Pointer<ffi.Size> out_written,
) => GhosttyResult.fromValue(
_ghostty_snapshot_encode_buf(terminal, buf, buf_len, out_written),
);