pub unsafe extern "C" fn ftell(__stream: *mut FILE) -> c_long
Return the current position of STREAM.
This function is a possible cancellation point and therefore not marked with __THROW.