ghostty_paste_encode function
Implementation
GhosttyResult ghostty_paste_encode(
ffi.Pointer<ffi.Char> data,
int data_len,
bool bracketed,
ffi.Pointer<ffi.Char> buf,
int buf_len,
ffi.Pointer<ffi.Size> out_written,
) => GhosttyResult.fromValue(
_ghostty_paste_encode(data, data_len, bracketed, buf, buf_len, out_written),
);