pub fn lzma_decompress_with_options<R: BufRead, W: Write>( input: &mut R, output: &mut W, options: &Options, ) -> Result<()>
Decompress LZMA data with the provided options.