Macro static_assert

Source
macro_rules! static_assert {
    ($( $bool: expr, )+) => { ... };
}