devela::_dep::pyo3::ffi

Function PyContextVar_New

pub unsafe extern "C" fn PyContextVar_New(
    name: *const i8,
    def: *mut PyObject,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.