pub fn init_cstream_using_cdict<'a, 'b>(
    zcs: &mut CStream<'a>,
    cdict: &CDict<'b>
) -> SafeResult where
    'b: 'a, 
👎 Deprecated
This is supported on crate feature experimental only.
Expand description

Wraps the ZSTD_initCStream_usingCDict() function.