pub fn decompress_with_progress<R, W, F>(
reader: &mut R,
writer: &mut W,
progress: F,
) -> Result<(), Error>Expand description
Decompress a WUX file from reader, writing the resulting WUD to writer and calling
progress after each sector is written.