pub fn raw_zstd_compress(data: &[u8], level: i32) -> Result<Vec<u8>>
Compress raw data with zstd at a given level (for benchmark comparison).