Function zstd_sys::ZSTD_initCCtxParams [] [src]

pub unsafe extern "C" fn ZSTD_initCCtxParams(
    cctxParams: *mut ZSTD_CCtx_params,
    compressionLevel: c_int
) -> usize

ZSTD_initCCtxParams() : Initializes the compression parameters of cctxParams according to compression level. All other parameters are reset to their default values.