pub unsafe extern "C" fn g_settings_bind_with_mapping_closures(
settings: *mut GSettings,
key: *const c_char,
object: *mut GObject,
property: *const c_char,
flags: GSettingsBindFlags,
get_mapping: *mut GClosure,
set_mapping: *mut GClosure,
)
Available on crate feature
v2_82
only.