pub fn init_cstream_using_dict(
    zcs: &mut CStream<'_>,
    dict: &[u8],
    compression_level: CompressionLevel
) -> SafeResult
👎 Deprecated
This is supported on crate feature experimental only.
Expand description

Wraps the ZSTD_initCStream_usingDict() function.