fn write(fd: i32, buf: &u8, size: usize) { .. }
Writes the buffer buf with size bytes to the file descriptor fd
buf
size
fd