pub unsafe extern "C" fn PyEval_CallMethod(
    obj: *mut PyObject,
    name: *const c_char,
    format: *const c_char,
     ...
) -> *mut PyObject
👎Deprecated since 0.5.2: Deprecated since Python 3.9