Function zstd_sys::ZSTD_getDictID_fromDict [] [src]

pub unsafe extern "C" fn ZSTD_getDictID_fromDict(
    dict: *const c_void,
    dictSize: usize
) -> c_uint

ZSTD_getDictID_fromDict() : * 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.