Allocates a new Buffer of size bytes.
If fill is undefined, the Buffer will be zero-filled.
fill
external static Buffer alloc(int size, [fill, String encoding]);