pub fn decode_owned(bytes: Vec<u8>) -> Option<String>
Decode owned bytes to text, None for binary input.
None