decoder_free

Function decoder_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn decoder_free(decoder: *mut Decoder)
Expand description

Deallocates a Decoder previously allocated by encoding_new_decoder().

ยงUndefined behavior

UB ensues if the argument is NULL.