pub fn add_line_iterator<'a, I>( buffer: &mut [u8], position: usize, iter: I, ) -> Option<usize>where I: Iterator<Item = &'a [u8]>,