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