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