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