// ST : structure (destination) // BA : byte array (source) // pure API windows : copyMemory(@ST, @BA, Size); // pure Delphi : move(BA, ST, Size);