fd
is the file descriptor of the file to be written. It is obtained by a previous call to mi_file_open().
buf
is the buffer from which to write the data.
count
is the number of bytes to write.
Yes