pub type NMSettingValueIterFn = Option<unsafe extern "C" fn(*mut NMSetting, *const c_char, *const GValue, GParamFlags, gpointer)>;Aliased Type§
pub enum NMSettingValueIterFn {
None,
Some(unsafe extern "C" fn(*mut NMSetting, *const u8, *const GValue, u32, *mut c_void)),
}