pub unsafe extern "C" fn ZSTDMT_compressCCtx(
    mtctx: *mut ZSTDMT_CCtx,
    dst: *mut c_void,
    dstCapacity: usize,
    src: *const c_void,
    srcSize: usize,
    compressionLevel: c_int
) -> usize