Function zstd_sys::ZSTD_DCtx_loadDictionary_advanced [] [src]

pub unsafe extern "C" fn ZSTD_DCtx_loadDictionary_advanced(
    dctx: *mut ZSTD_DCtx,
    dict: *const c_void,
    dictSize: usize,
    dictLoadMethod: ZSTD_dictLoadMethod_e,
    dictMode: ZSTD_dictMode_e
) -> usize