pub fn utf8_text_from_bytes(data: &[u8]) -> Option<&str>
Attempts to decode the given byte slice as UTF-8 text and checks if it looks like text content.