Function pyo3_ffi::PyContextVar_Set

source ยท
pub unsafe extern "C" fn PyContextVar_Set(
    var: *mut PyObject,
    value: *mut PyObject,
) -> *mut PyObject
Available on Py_3_8 and non-Py_LIMITED_API only.