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