Should we add an accessor for integer64?
#define INTEGER64_RO(x) ((const int64_t *) DATAPTR_RO(x))
Originally posted by @ben-schwen in #7611 (comment)
Makes high-level sense to avoid coming up with different ways of doing this throughout the codebase.
It should probably be paired with an INTEGER64(x) accessor too.
And possibly, this should be something exported by {bit64} itself, although we may not want LinkingTo {bit64}...