An integer type which can be safely shared between threads.
This type has the same
size and bit validity
as the underlying integer type, isize.
However, the alignment of this type is always equal to its size, even on targets where isize has a lesser alignment.