devela::_dep::pyo3::ffi

Function PyCFunction_Call

pub unsafe extern "C" fn PyCFunction_Call(
    f: *mut PyObject,
    args: *mut PyObject,
    kwds: *mut PyObject,
) -> *mut PyObject
👎Deprecated: Python 3.9
Available on crate features dep_pyo3 and std only.