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