pub fn parse_console_log(
char_cnt: u8,
char_lists: &ConsoleLogChars,
log_bytes: &mut [u8],
) -> Result<(), FfaError>Expand description
Helper function to convert the “Tightly packed list of characters” format used by the
FFA_CONSOLE_LOG interface into a byte slice.