pub unsafe extern "C-unwind" fn CFPreferencesSetMultiple(
keys_to_set: Option<&CFDictionary>,
keys_to_remove: Option<&CFArray>,
application_id: &CFString,
user_name: &CFString,
host_name: &CFString,
)Available on crate features
CFArray and CFDictionary and CFPreferences only.Expand description
ยงSafety
keys_to_setgenerics must be of the correct type.keys_to_removegeneric must be of the correct type.