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