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