Returns a unique key for the specified widget.
LocalKey keyForWIDNotNull(AFID wid) { var result = keyForWIDStatic(wid); return result!; }