pub fn decompress_fflate( data: &[u8], dict: Option<&[u8]>, ) -> Result<Vec<u8>, FFlateError>
Expands compressed GZIP, Zlib/DEFLATE, or DEFLATE_RAW data, automatically detecting the format