zstd_safe

Function dctx_ref_prefix

Source
pub fn dctx_ref_prefix<'a, 'b>(
    dctx: &mut DCtx<'a>,
    prefix: &'b [u8],
) -> SafeResult
where 'b: 'a,
Expand description

Wraps the ZSTD_DCtx_refPrefix() function.