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