macro_rules! static_assert { ($condition:expr) => { ... }; (@usize_eq: $lhs:expr, $rhs:expr) => { ... }; }