Function encoder_encoding
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn encoder_encoding(
encoder: *const Encoder,
) -> *const Encoding
Expand description
The Encoding
this Encoder
is for.
ยงUndefined behavior
UB ensues if the argument is NULL
.