pub fn decompress_to_vec_bounded( input: &[u8], maxlen: usize, ) -> Result<Vec<u8>, BoundedDecompressionError>
Decompress the given data, returning an error if the output is larger than maxlen bytes.
maxlen