pub unsafe extern "C" fn ZSTD_insertBlock(
    dctx: *mut ZSTD_DCtx,
    blockStart: *const c_void,
    blockSize: usize
) -> usize
Expand description

ZSTD_insertBlock() : insert src block into dctx history. Useful to track uncompressed blocks.