pub type Char8 = u8;
One-byte character.
Most strings in UEFI use Char16, but a few places use one-byte characters. Unless otherwise noted, these are encoded as 8-bit ASCII using the ISO-Latin-1 character set.
Char16