pub unsafe extern "C-unwind" fn CFPreferencesSetValue(
key: &CFString,
value: Option<&CFPropertyList>,
application_id: &CFString,
user_name: &CFString,
host_name: &CFString,
)
Available on crate feature
CFPreferences
only.Expand description
ยงSafety
value
should be of the correct type.