pub fn count_lines(data: &[u8]) -> u64
Count newlines using SIMD-accelerated memchr. GNU wc counts newline bytes, not logical lines.