pub unsafe extern "C" fn pomp_decoder_destroy(
dec: *mut pomp_decoder,
) -> c_intExpand description
Destroy a decoder object. @param dec : decoder. @return 0 in case of success, negative errno value in case of error.
@remarks the associated message is NOT destroyed.