Function zstd_sys::ZSTD_getDictID_fromDict
source · pub unsafe extern "C" fn ZSTD_getDictID_fromDict(
dict: *const c_void,
dictSize: usize
) -> c_uint
Expand description
ZSTD_getDictID_fromDict() : Requires v1.4.0+ Provides the dictID stored within dictionary. if @return == 0, the dictionary is not conformant with Zstandard specification. It can still be loaded, but as a content-only dictionary.