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