pub fn decompress_block(
    dctx: &mut DCtx<'_>,
    dst: &mut [u8],
    src: &[u8]
) -> SafeResult
This is supported on crate feature experimental only.
Expand description

Wraps the ZSTD_decompressBlock() function.