xxxxxxxxxx
import core.simd;
struct S16
{
ubyte[16] x;
}
void main()
S16 s1;
S16 s2;
*(cast(void16*)(&s2)) = *(cast(const void16*)(&s1));