pub fn zstd_compress<F>(input: &[u8], write: F) -> Result<()>where F: FnMut(&[u8]) -> Result<()>,
Streaming Zstd compress