Function zstd_sys::ZSTD_CCtx_loadDictionary_byReference [] [src]

pub unsafe extern "C" fn ZSTD_CCtx_loadDictionary_byReference(
    cctx: *mut ZSTD_CCtx,
    dict: *const c_void,
    dictSize: usize
) -> usize