pub type RawHandle = *mut c_void;
Opaque raw window handle (*mut c_void to HWND on Windows and NSWindow on macOS), XID (u64) raw window handle for X11
*mut c_void
HWND
NSWindow
XID
u64