[][src]Function pyo3::ffi::PyContextVar_New

pub unsafe extern "C" fn PyContextVar_New(
    name: *const c_char,
    def: *mut PyObject
) -> *mut PyObject