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