Is it possible to use winit to get a `Window` struct representing an existing window (not created by winit), given a `RawWindowHandle`? i.e. an equivalent to the .NET [NativeWindow.FromHandle(IntPtr)](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.nativewindow.fromhandle?view=netframework-4.8) method
Is it possible to use winit to get a
Windowstruct representing an existing window (not created by winit), given aRawWindowHandle?i.e. an equivalent to the .NET NativeWindow.FromHandle(IntPtr) method