devela::_dep::pyo3::ffi

Function PyContextVar_Set

pub unsafe extern "C" fn PyContextVar_Set(
    var: *mut PyObject,
    value: *mut PyObject,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.