pub type GraphicsContext = *mut c_void;
The current graphics context of the app, fl_gc. *mut c_void to HDC on Windows, CGContextRef on macOS, _XGC on X11
fl_gc
*mut c_void
HDC
CGContextRef
_XGC