pub fn visit_mut_ts_union_or_intersection_type<V>(
    _visitor: &mut V,
    n: &mut TsUnionOrIntersectionType
) where
    V: VisitMut + ?Sized