fn is_unchecked_tuple_assignment(expr: &Expr<'_>) -> bool
Checks if a tuple assignment doesn’t properly check the success value.
Returns true if the first variable (success) is None: (, bytes memory data) = target.call(...)
(, bytes memory data) = target.call(...)