fn is_abi_call_data(data: &[u8]) -> bool
Returns true if the given function calldata (including function selector) is ABI-encoded.
true
This is a simple heuristic to avoid fetching non ABI-encoded selectors.