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