Function: set
Set dst address + size bytes to byte
This function is unsafe 🐉
dstmust be a valid address for writes up tosize
Parameters
dst: int- the destination address to write to.byte: int- the byte to set the memory to.size: int- the amount of bytes from thedstto set.