fn is_operation_we_care_about<'tcx>(
    cx: &LateContext<'tcx>,
    e: &'tcx Expr<'tcx>
) -> Option<(bool, &'tcx Expr<'tcx>)>