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