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