Destroys the specified timer.
BOOL KillTimer( HWND hWnd, UINT_PTR uIDEvent );
int KillTimer(int hWnd, int uIDEvent) => _KillTimer(hWnd, uIDEvent);