pub fn visit_macro<'ast, V>(v: &mut V, node: &'ast Macro)where
    V: Visit<'ast> + ?Sized,