pub fn visit_declare_statement_mut<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast mut DeclareStatement<T>, )where V: VisitMut<'ast, T> + ?Sized,