pub fn safe_string_decode( data: &[u8], ) -> Result<String, Box<dyn Error + Send + Sync>>
安全的字符串解码函数(用于调试目的)
此函数仅在确认数据是有效 UTF-8 时才进行转换