[][src]Function zstd_sys::ZSTD_compress_usingCDict_advanced

pub unsafe extern "C" fn ZSTD_compress_usingCDict_advanced(
    cctx: *mut ZSTD_CCtx,
    dst: *mut c_void,
    dstCapacity: usize,
    src: *const c_void,
    srcSize: usize,
    cdict: *const ZSTD_CDict,
    fParams: ZSTD_frameParameters
) -> usize

ZSTD_compress_usingCDict_advanced() : Note : this function is now REDUNDANT. It can be replaced by ZSTD_compress2(), in combination with ZSTD_CCtx_loadDictionary() and other parameter setters. This prototype will be marked as deprecated and generate compilation warning in some future version