esp_apptrace_ftell() function
Get current position indicator for file on host. This function has the same semantic as 'ftell' except for the first argument.
Arguments
dest
Indicates HW interface to use.
stream
File handle returned by esp_apptrace_fopen.
Return value
Current position in file. See ftell for details.