Function pyo3::ffi::PyContextVar_Set

source ·
pub unsafe extern "C" fn PyContextVar_Set(
var: *mut PyObject,
value: *mut PyObject
) -> *mut PyObject