Function zstd_sys::ZSTDMT_initCStream_internal [−][src]
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
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