pub unsafe extern "C-unwind" fn inflateBack(
strm: z_streamp,
in_: Option<in_func>,
in_desc: *mut c_void,
out: Option<out_func>,
out_desc: *mut c_void,
) -> c_intExpand description
Decompresses as much data as possible, and stops when the input buffer becomes empty or the output buffer becomes full.
ยงSafety
The caller must guarantee that
- Either
strmisNULLstrmsatisfies the requirements of&mut *strmand was initialized withinflateBackInit_