Function zstd_sys::ZSTD_CCtx_setParams
source ยท pub unsafe extern "C" fn ZSTD_CCtx_setParams(
cctx: *mut ZSTD_CCtx,
params: ZSTD_parameters,
) -> usize
Expand description
ZSTD_CCtx_setParams() : Set all parameters provided within @p params into the working @p cctx. @return 0 on success, or an error code (can be checked with ZSTD_isError()).