pub type GtkMapListModelMapFunc = Option<unsafe extern "C" fn(_: *mut GObject, _: gpointer) -> *mut GObject>;
enum GtkMapListModelMapFunc { None, Some(unsafe extern "C" fn(_: *mut GObject, _: *mut c_void) -> *mut GObject), }
No value.
Some value of type T.
T