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