pub fn init_dstream_using_ddict<'a, 'b>(
    zds: &mut DStream<'a>,
    ddict: &DDict<'b>
) -> SafeResult where
    'b: 'a, 
👎 Deprecated
This is supported on crate feature experimental only.
Expand description

Wraps the ZSTD_initDStream_usingDDict() function.