macro_rules! impl_alerting_int {
    ($($t:ty),+) => { ... };
}