pub fn string_from_utf8(bytes: Vec<u8>) -> Option<String>
Available on crate features utf8 and alloc only.