Copies the status of the 256 virtual keys to the specified buffer.
BOOL GetKeyboardState( PBYTE lpKeyState );
int GetKeyboardState(Pointer<Uint8> lpKeyState) => _GetKeyboardState(lpKeyState);