pub fn compress(data: &[u8], compression: Compression) -> Result<Vec<u8>>
Compress data with the given compression type.