Function zstd_sys::ZSTD_decompressDCtx [] [src]

pub unsafe extern fn ZSTD_decompressDCtx(ctx: *mut ZSTD_DCtx,
                                         dst: *mut c_void,
                                         dstCapacity: usize,
                                         src: *const c_void,
                                         srcSize: usize)
                                         -> usize