Function zstd_sys::ZSTD_compressBegin_usingDict [] [src]

pub unsafe extern fn ZSTD_compressBegin_usingDict(cctx: *mut ZSTD_CCtx,
                                                  dict: *const c_void,
                                                  dictSize: usize,
                                                  compressionLevel: c_int)
                                                  -> usize