Function: write
Write some bytes to dst.
This function is unsafe 🐉
dstmust be a valid address for writes up to size of bytearray.
Parameters
src: bytearray- the bytes to write to target.dst: int- the destination address to write to.
Write some bytes to dst.
This function is unsafe 🐉
dst must be a valid address for writes up to size of bytearray.src: bytearray - the bytes to write to target.dst: int - the destination address to write to.