pub fn decompress<R, W>(reader: &mut R, writer: &mut W) -> Result<(), Error>where R: Read + Seek, W: Write,
Decompress a WUX file from reader, writing the resulting WUD to writer.
reader
writer