pub unsafe extern "C" fn hdfsTell(
fs: hdfsFS,
file: hdfsFile,
) -> tOffset
Expand description
hdfsTell - Get the current offset in the file, in bytes. @param fs The configured filesystem handle. @param file The file handle. @return Current offset, -1 on error.