Write Bytes to Source

source.writebytes(p, b1, b2, …)

Converts the bytes into a string and calls source.write.

e.g.

p:writebytes(0xee, 0xff, 1, 2, 3)