pub unsafe extern "C" fn ghostty_key_encoder_free(
encoder: GhosttyKeyEncoder_ptr,
)Expand description
Free a key encoder instance.
Releases all resources associated with the key encoder. After this call, the encoder handle becomes invalid and must not be used.
@param encoder The encoder handle to free (may be NULL)
@ingroup key