pub fn convert_atom_to_string(atom: &Wtf8Atom) -> String
Helper function to convert Wtf8Atom to String Note: .as_str() returns an Option<&str> that only fails when the string contains invalid UTF-8
.as_str()
Option<&str>