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