pub fn find_all_ret_expressions<'hir, F>(
    _cx: &LateContext<'_>,
    expr: &'hir Expr<'hir>,
    callback: F
) -> boolwhere
    F: FnMut(&'hir Expr<'hir>) -> bool,