pub unsafe extern "C" fn fgetpos( __stream: *mut FILE, __pos: *mut fpos_t, ) -> c_int
Get STREAM’s position.
This function is a possible cancellation point and therefore not marked with __THROW.