[go: up one dir, main page]

pyo3::ffi

Function PyContextVar_New

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