#[no_mangle] pub unsafe extern "C" fn encoder_free(encoder: *mut Encoder)
Deallocates an Encoder previously allocated by encoding_new_encoder().
Encoder
encoding_new_encoder()
UB ensues if the argument is NULL.
NULL