pub fn fold_opt_ts_type_ann<V>(
    _visitor: &mut V,
    n: Option<TsTypeAnn>
) -> Option<TsTypeAnn> where
    V: Fold + ?Sized