pub fn fold_opt_ts_type<V>(
    _visitor: &mut V,
    n: Option<Box<TsType, Global>>
) -> Option<Box<TsType, Global>> where
    V: Fold + ?Sized