Copy @size bytes from @src to @buffer at @offset.
the offset to fill
the source address
The amount of bytes copied. This value can be lower than @size when @buffer did not contain enough data.
See Implementation
Copy @size bytes from @src to @buffer at @offset.