pub fn visit_expr_try_block_mut<V>(v: &mut V, node: &mut ExprTryBlock) where
    V: VisitMut + ?Sized
Available on crate feature visit-mut only.