macro_rules! unit_struct {
    (
        $( #[$meta:meta] )*
        $pub:vis struct $name:ident;
    ) => { ... };
}