esp_vfs_pread() function
Implements the VFS layer of POSIX pread()
Arguments
fd
File descriptor used for read
dst
Pointer to the buffer where the output will be written
size
Number of bytes to be read
offset
Starting offset of the read
Return value
A positive return value indicates the number of bytes read. -1 is return on failure and errno is set accordingly.