pub unsafe extern "C" fn storage_file_tell(file: *mut File) -> u64
Expand description

Gets the position of the r/w pointer @param file pointer to file object. @return uint64_t position of the r/w pointer