fd
is the file descriptor of the file to be read. It is obtained by a previous call to mi_file_open().
off
is the offset. It describes where to seek in the object. Its value depends on the value of whence.
whence
determines how the offset is interpreted and is one of the following values:
Yes