pub fn decompress(buf: &[u8]) -> Result<Vec<u8>, LzmaError>
Decompress buf and return the result.
buf