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