Function zstd_sys::ZSTD_decompressDCtx [] [src]

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

ZSTD_decompressDCtx() : * Same as ZSTD_decompress(), requires an allocated ZSTD_DCtx (see ZSTD_createDCtx()).