Function pyo3_ffi::PyContextVar_New

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