fn intersperse_size_hint<I>( iter: &I, started: bool, next_is_some: bool, ) -> (usize, Option<usize>)where I: Iterator,