pub fn tail_lines_from( data: &[u8], n: u64, delimiter: u8, out: &mut impl Write, ) -> Result<()>
Output from line N onward (1-indexed)