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