macro_rules! arg {
    ((lifetime $b:tt)) => { ... };
    ($arg:tt) => { ... };
}