Commit 59dca1e2363d for issue #13327 introduced a compilation warning
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index 49d1182..09705c8 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -10943,7 +10943,8 @@
{"unlinkat", posix_unlinkat, METH_VARARGS, posix_unlinkat__doc__},
#endif
#ifdef HAVE_UTIMENSAT
- {"utimensat", posix_utimensat, METH_VARARGS | METH_KEYWORDS,
+ {"utimensat", (PyCFunction)posix_utimensat,
+ METH_VARARGS | METH_KEYWORDS,
posix_utimensat__doc__},
#endif
#ifdef HAVE_MKFIFOAT