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