pub fn fold_pat_macro<F>(f: &mut F, node: PatMacro) -> PatMacrowhere
    F: Fold + ?Sized,
Available on crate feature fold only.