pub fn visit_instance_ident<'ast, V: Visit<'ast> + ?Sized>(
    visitor: &mut V,
    id: &'ast InstanceIdent
)