pub fn visit_fetch_option_name<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast FetchOptionName, )where V: Visit<'ast, T> + ?Sized,