Synchronous writev. Writes from multiple buffers into a file descriptor.
writev
The file descriptor.
An array of Uint8Array buffers.
Optional
The position in the file where to begin writing.
The number of bytes written.
Synchronous
writev
. Writes from multiple buffers into a file descriptor.