macro_rules! not_match_pattern {
    ($($pattern:pat_param)|+) => { ... };
}