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