pub unsafe extern "C" fn ZSTD_createDDict_byReference(
    dictBuffer: *const c_void,
    dictSize: usize
) -> *mut ZSTD_DDict
Expand description

ZSTD_createDDict_byReference() : Create a digested dictionary, ready to start decompression operation without startup delay. Dictionary content is referenced, and therefore stays in dictBuffer. It is important that dictBuffer outlives DDict, it must remain read accessible throughout the lifetime of DDict