pub type GdkWindowInvalidateHandlerFunc = Option<unsafe extern "C" fn(*mut GdkWindow, *mut cairo_region_t)>;
enum GdkWindowInvalidateHandlerFunc { None, Some(unsafe extern "C" fn(_: *mut GdkWindow, _: *mut cairo_region_t)), }
No value.
Some value of type T.
T