pub fn decompress(
channels: &ChannelList,
bytes: ByteVec,
area: IntegerBounds,
expected_byte_size: usize,
pedantic: bool,
) -> Result<ByteVec>
pub fn decompress(
channels: &ChannelList,
bytes: ByteVec,
area: IntegerBounds,
expected_byte_size: usize,
pedantic: bool,
) -> Result<ByteVec>