pyo3::ffi

Function PyCFunction_Call

Source
pub unsafe extern "C" fn PyCFunction_Call(
    f: *mut PyObject,
    args: *mut PyObject,
    kwds: *mut PyObject,
) -> *mut PyObject
Available on non-Py_3_13 only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here