pub unsafe extern "C" fn fd_tell(arg0: i32, arg1: i32) -> i32
Return the current offset of a file descriptor. Note: This is similar to lseek(fd, 0, SEEK_CUR) in POSIX.
lseek(fd, 0, SEEK_CUR)