Function pyo3_ffi::PyObject_CallMethodObjArgs

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