undefined-behavior

How to re-signify bytes without undefined behavior?

Details In assembly, C, C++, C# with unsafe and other languages it is possible to reinterpret binary code in the address as ... tr ){ const DstDataType* dstPtr ; memmove( &dstPtr , &srcPtr , sizeof(const void*) ) ; return dstPtr ; }