Function BZ2_bzDecompressEnd

Source
pub unsafe extern "C" fn BZ2_bzDecompressEnd(
    strm: *mut bz_stream,
) -> c_int
Expand description

Deallocates all dynamically allocated data structures for this stream.

§Returns

§Safety

  • Either
    • strm is NULL
    • strm satisfies the requirements of &mut *strm and was initialized with BZ2_bzDecompressInit