pub unsafe extern "system" fn SetConsoleScreenBufferInfoEx(
    hconsoleoutput: HANDLE,
    lpconsolescreenbufferinfoex: *const CONSOLE_SCREEN_BUFFER_INFOEX,
) -> BOOL