fn leak(v: BuiltinView) -> &'static BuiltinViewExpand description
Leak a BuiltinView to get a &'static reference. Called exactly 4 times
at startup (one per ontology view). These views live for the entire process
lifetime (same as LazyLock<&'static BuiltinView> used by other builtins),
so the leak is intentional and bounded.