macro_rules! match_any_token {
    ($pat:pat_param) => { ... };
}