pub unsafe extern "stdcall" fn SetConsoleCursorPosition(
    hConsoleOutput: HANDLE,
    dwCursorPosition: COORD
) -> BOOL