Function zstd_sys::ZSTD_compressCCtx [] [src]

pub unsafe extern fn ZSTD_compressCCtx(ctx: *mut ZSTD_CCtx,
                                       dst: *mut c_void,
                                       dstCapacity: usize,
                                       src: *const c_void,
                                       srcSize: usize,
                                       compressionLevel: c_int)
                                       -> usize