pub const fn is_low_level_call(expr: &Expr<'_>) -> bool
AST-level: target.call(...), .delegatecall(...), .staticcall(...), with or without {value: x} options.
target.call(...)
.delegatecall(...)
.staticcall(...)
{value: x}