pub unsafe extern "C" fn BZ2_bzDecompressEnd(
strm: *mut bz_stream,
) -> c_intExpand description
Deallocates all dynamically allocated data structures for this stream.
§Returns
BZ_PARAM_ERRORif any ofstrm.is_null()strm.s.is_null()- no valid allocator could be configured
BZ_OKotherwise
§Safety
- Either
strmisNULLstrmsatisfies the requirements of&mut *strmand was initialized withBZ2_bzDecompressInit