pub fn visit_unprefixed_ident<'ast, V: Visit<'ast> + ?Sized>(
    visitor: &mut V,
    string: &'ast UnprefixedIdent
)