fn draw_stopwatch<const SEGMENTS: usize, const WINDOW: usize, I: CrossPlatformInstant + Default>( stopwatch: &Stopwatch<SEGMENTS, WINDOW, I>, ui: &mut Ui, id: String, )