pub type NMUtilsCheckFilePredicate = Option<unsafe extern "C" fn(*const c_char, *const stat, gpointer, *mut *mut GError) -> gboolean>;Aliased Type§
pub enum NMUtilsCheckFilePredicate {
None,
Some(unsafe extern "C" fn(*const u8, *const stat, *mut c_void, *mut *mut GError) -> i32),
}