pub fn decompress_into( input: &[u8], output: &mut [u8], ) -> Result<usize, DecompressError>
Decompress all bytes of input into output. output should be preallocated with a size of of the uncompressed data.
input
output