devela::_dep::pyo3::ffi

Function _PyObject_FastCall

pub unsafe fn _PyObject_FastCall(
    func: *mut PyObject,
    args: *const *mut PyObject,
    nargs: isize,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.