For musttail calls, ABI attributes between the function and the musttail call must match. The current check discards the type of type attribute like byval, which means that it will consider byval(i32) and byval(i64) (or similar) as compatible.
I assume this is a leftover from before these attributes had a type argument. Ran into this while trying to tighten an assertion in AttrBuilder.