in Sources/_AtomicsShims/include/_AtomicsShims.h [331:333]
_sa_dword _sa_dword_create(uintptr_t high, uintptr_t low) { return (_sa_dword){ ((_sa_double_word_ctype)high << __INTPTR_WIDTH__) | (_sa_double_word_ctype)low }; }