ghostty_focus_encode function
Implementation
GhosttyResult ghostty_focus_encode(
GhosttyFocusEvent event,
ffi.Pointer<ffi.Char> buf,
int buf_len,
ffi.Pointer<ffi.Size> out_written,
) => GhosttyResult.fromValue(
_ghostty_focus_encode(event.value, buf, buf_len, out_written),
);