pub unsafe extern "C" fn PyTuple_SetItem( p: *mut PyObject, pos: Py_ssize_t, o: *mut PyObject, ) -> c_int