pub unsafe extern "C" fn ZSTDMT_setMTCtxParameter(
    mtctx: *mut ZSTDMT_CCtx,
    parameter: ZSTDMT_parameter,
    value: c_int
) -> usize