Function python3_sys::PyObject_CallMethodObjArgs

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