encoding_c

Function 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.