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