fn is_cast_callee(callee: &Expr<'_>) -> bool
true when callee is a type-cast head, i.e. address(...), an elementary-type cast, or an interface/contract cast like IERC20(...).
true
callee
address(...)
IERC20(...)