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