pub unsafe extern "C" fn ZSTD_copyDCtx(
    dctx: *mut ZSTD_DCtx,
    preparedDCtx: *const ZSTD_DCtx
)