Function bzip2_decompress

Source
pub fn bzip2_decompress(input: &[u8]) -> Result<Vec<u8>, Box<dyn Error>>