encoding_cFunction encoder_encoding
source #[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
.