pub unsafe extern "C" fn ZSTDMT_initCStream_internal(
    zcs: *mut ZSTDMT_CCtx,
    dict: *const c_void,
    dictSize: usize,
    dictContentType: ZSTD_dictContentType_e,
    cdict: *const ZSTD_CDict,
    params: ZSTD_CCtx_params,
    pledgedSrcSize: c_ulonglong
) -> usize
Expand description

ZSTDMT_initCStream_internal() : Private use only. Init streaming operation. expects params to be valid. must receive dict, or cdict, or none, but not both. @return : 0, or an error code