macro_rules! notify_high {
    ($typ:expr, $($arg:tt)+) => { ... };
}