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