pub fn visit_ident_prefix<'ast, V: Visit<'ast> + ?Sized>(
    visitor: &mut V,
    prefix: &'ast IdentPrefix
)