pub fn decompressed_len(compressed: &[u8]) -> Result<usize, InvalidInput>
How large the given data will be when decompressed.