pub(crate) const fn is_low_level_call(expr: &Expr<'_>) -> bool
Checks if an expression is a low-level call.
Detects patterns like:
target.call(...)
target.delegatecall(...)
target.staticcall(...)
target.call{value: x}(...)