Function encoding_c::encoder_free
[−]
[src]
#[no_mangle]pub unsafe extern fn encoder_free(encoder: *mut Encoder)
Deallocates an Encoder previously allocated by encoding_new_encoder().
Undefined behavior
UB ensues if the argument is NULL.