pub fn is_utf8(data: &[u8]) -> bool
Check if the given bytes are valid UTF-8.
Uses SIMD-accelerated validation for performance.