macro_rules! static_assert {
    ($condition:expr, $error_msg:expr) => { ... };
}