diff --git a/rust/bindgen_parameters b/rust/bindgen_parameters
index 552d9a85925b9945f6a9712b236e564292f58f50..a721d466bee4b267156a9566712e85f36a647058 100644
--- a/rust/bindgen_parameters
+++ b/rust/bindgen_parameters
@@ -20,3 +20,7 @@
 
 # `seccomp`'s comment gets understood as a doctest
 --no-doc-comments
+
+# These functions use the `__preserve_most` calling convention, which neither bindgen
+# nor Rust currently understand, and which Clang currently declares to be unstable.
+--blocklist-function __list_.*_report