public static bool SetConsoleCursorInfo(int hConsoleOutput, CONSOLE_CURSOR_INFO lpConsoleCursorInfo) { return(Windows.SetConsoleCursorInfo(hConsoleOutput, ref lpConsoleCursorInfo)); }
public static extern bool SetConsoleCursorInfo(int hConsoleOutput, ref CONSOLE_CURSOR_INFO lpConsoleCursorInfo);