pub unsafe extern "C" fn PyList_Extend( list: *mut PyObject, iterable: *mut PyObject, ) -> c_int
Py_3_13