pub type GdkWindowChildFunc = Option<unsafe extern "C" fn(*mut GdkWindow, gpointer) -> gboolean>;
pub enum GdkWindowChildFunc { None, Some(unsafe extern "C" fn(*mut GdkWindow, *mut c_void) -> i32), }
No value.
Some value of type T.
T