macro_rules! construct_uint { ($(#[$attr:meta])* $visibility:vis struct $name:ident ( $n_words:tt );) => { ... }; }