As implemented in https://github.com/rust-lang/rust/pull/75857. ```rust #[mymacro] unsafe mod m { ... } #[mymacro] unsafe extern "C++" { ... } ```