pub fn visit_type_reference<'ast, V>(v: &mut V, node: &'ast TypeReference)where
    V: Visit<'ast> + ?Sized,