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