Function zstd_sys::ZSTD_compress_advanced
source ยท pub unsafe extern "C" fn ZSTD_compress_advanced(
cctx: *mut ZSTD_CCtx,
dst: *mut c_void,
dstCapacity: usize,
src: *const c_void,
srcSize: usize,
dict: *const c_void,
dictSize: usize,
params: ZSTD_parameters,
) -> usize
Expand description
ZSTD_compress_advanced() : Note : this function is now DEPRECATED. It can be replaced by ZSTD_compress2(), in combination with ZSTD_CCtx_setParameter() and other parameter setters. This prototype will generate compilation warnings.