pub type CONSOLE_CURSOR_INFO = _CONSOLE_CURSOR_INFO;
struct CONSOLE_CURSOR_INFO { pub dwSize: u32, pub bVisible: i32, }
dwSize: u32
bVisible: i32