[][src]Function python3_sys::PyObject_CallMethod

pub unsafe extern "C" fn PyObject_CallMethod(
    obj: *mut PyObject,
    name: *const c_char,
    format: *const c_char,
    _: ...
) -> *mut PyObject