PyObject_CallMethodObjArgs

Function PyObject_CallMethodObjArgs 

Source
pub unsafe extern "C" fn PyObject_CallMethodObjArgs(
    obj: *mut PyObject,
    name: *mut PyObject,
    ...
) -> *mut PyObject