some_internal_call(window as GHOST_WindowHandle).into()
}
}
#+END_SRC
This trait is sealed, and we have it already implemented for all handle types, so you rarely need to use it yourself, unless as a bound where you want something to operate on or contain any type of handle.