pub fn create_ddict(dict_buffer: &[u8]) -> DDict<'static>
Wraps the ZSTD_createDDict() function.
ZSTD_createDDict()
It copies the dictionary internally, so the resulting DDict is 'static.
DDict
'static