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