pub fn decompress(data: &[u8], kind: &CompressionKind) -> Result<Vec<u8>>
Decompresses data that was compressed with the specified algorithm
Returns ProtocolError::DecompressionFailure if decompression fails
ProtocolError::DecompressionFailure