pub fn visit_opt_catch_clause<V>(_visitor: &mut V, n: Option<&CatchClause>) where
    V: Visit + ?Sized