pub fn fold_ts_type_predicate<V>(
    _visitor: &mut V,
    n: TsTypePredicate
) -> TsTypePredicate where
    V: Fold + ?Sized