macro_rules! cfg_has_statx { ({ $($then_tt:tt)* } else { $($else_tt:tt)* }) => { ... }; ($($block_inner:tt)*) => { ... }; }