pub fn visit_stmt_return<'ast, V: ?Sized + VisitMut<'ast>>(
    v: &mut V,
    ret: &'ast mut StmtReturn
)
Available on crate feature visit-mut only.