Function pyo3::ffi::_PyObject_MakeTpCall

source ·
pub unsafe extern "C" fn _PyObject_MakeTpCall(
    tstate: *mut PyThreadState,
    callable: *mut PyObject,
    args: *const *mut PyObject,
    nargs: isize,
    keywords: *mut PyObject
) -> *mut PyObject