pub fn char_array_to_str(array: &[u8]) -> &str
Utility function which attempts to decode an array of signed bytes (char[] in C) into a UTF-8 string.