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