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