pub fn decompress_to_vec_zlib(input: &[u8]) -> Result<Vec<u8>, TINFLStatus>
Expand description

Decompress the deflate-encoded data (with a zlib wrapper) in input to a vector.

Returns a tuple of the Vec of decompressed data and the status result.