pub fn decompress_to_buf( inp: &[u8], outp: &mut [u8], ) -> Result<usize, DecompressError>
Decompress the input into a preallocated buffer
Returns the actual decompressed size on success, or an error otherwise