Function zstd_sys::ZSTD_CCtx_refPrefix_advanced
source · pub unsafe extern "C" fn ZSTD_CCtx_refPrefix_advanced(
cctx: *mut ZSTD_CCtx,
prefix: *const c_void,
prefixSize: usize,
dictContentType: ZSTD_dictContentType_e
) -> usize
Expand description
ZSTD_CCtx_refPrefix_advanced() : Same as ZSTD_CCtx_refPrefix(), but gives finer control over how to interpret prefix content (automatic ? force raw mode (default) ? full mode only ?)