pub fn parse_slice_as_string(bytes: &[u8]) -> Result<&str, StringError>
Parses the provided byte sequence as Multiboot string, which maps to a str.
str