pub fn highlight_code_to_segments( code: &str, language: Option<&str>, theme_name: &str, ) -> Vec<Vec<HighlightedSegment>>