pyo3_ffi

Function PyEval_CallObjectWithKeywords

Source
pub unsafe extern "C" fn PyEval_CallObjectWithKeywords(
    func: *mut PyObject,
    obj: *mut PyObject,
    kwargs: *mut PyObject,
) -> *mut PyObject
👎Deprecated: Python 3.9
Available on non-Py_3_13 only.