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