#[no_mangle] pub unsafe extern "C" fn decoder_free(decoder: *mut Decoder)
Deallocates a Decoder previously allocated by encoding_new_decoder().
Decoder
encoding_new_decoder()
UB ensues if the argument is NULL.
NULL