fn extract_iterator_next_call<'tcx>(
    cx: &LateContext<'_>,
    expr: &Expr<'tcx>
) -> Option<&'tcx Expr<'tcx>>