pub type CONSOLE_FONT_INFO = _CONSOLE_FONT_INFO;
struct CONSOLE_FONT_INFO { pub nFont: u32, pub dwFontSize: _COORD, }
nFont: u32
dwFontSize: _COORD