c2rust_refactor::ast_manip::lr_expr
pub fn fold_exprs_with_context<T, F>(x: &mut T, callback: F) where T: MutVisit, F: FnMut(&mut P<Expr>, Context),