Function zstd_sys::ZSTD_getDictID_fromFrame[][src]

pub unsafe extern "C" fn ZSTD_getDictID_fromFrame(
    src: *const c_void,
    srcSize: usize
) -> c_uint

ZSTD_getDictID_fromFrame() : Provides the dictID required to decompressed the frame stored within src. If @return == 0, the dictID could not be decoded. This could for one of the following reasons :