pub type C1 = char;
Rust char is 4 bytes long, however STDF char is only 1 byte we will read u8 from file stream and convert to Rust char during parse step