encoder_free

Function encoder_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn encoder_free(encoder: *mut Encoder)
Expand description

Deallocates an Encoder previously allocated by encoding_new_encoder().

ยงUndefined behavior

UB ensues if the argument is NULL.