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