pub unsafe extern "C" fn PyList_Insert( list: *mut PyObject, index: Py_ssize_t, item: *mut PyObject, ) -> c_int