win32u: Disable keyboard cues by default. Keyboard cues are disabled by default on newer versions of Windows. Some win32 common controls, e.g., button doesn't draw a focus rect when SystemParametersInfoW(SPI_GETKEYBOARDCUES) reports FALSE.
user32/tests: Test SPI_{GET,SET}KEYBOARDCUES.