One problem to be aware of is that a type change in one area might result
in an unexpected 64-bit conversion in another area. For example, in the case
of a function that previously returned an int and now returns
an ssize_t, all the callers need to be checked.