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