macro_rules! alert_format_if {
    ($fmt:expr, $val:expr) => { ... };
}