pub type CFormatConversion = FormatConversion;
#[repr(u8)]pub enum CFormatConversion { Str = 115, Repr = 114, Ascii = 98, Bytes = 97, }