pub fn compress_into(input: &[u8], output: &mut Vec<u8>)
Compress all bytes of input into output.
input
output