Function OutputStream.writeBytes

Attempts to write count bytes from the memory pointed by buffer. Returns number of bytes actually written

abstract ulong writeBytes (
  const(void*) buffer,
  ulong count
);