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