Function CFPreferencesSetAppValue

Source
pub unsafe extern "C-unwind" fn CFPreferencesSetAppValue(
    key: &CFString,
    value: Option<&CFPropertyList>,
    application_id: &CFString,
)
Available on crate features CFPreferences and CFBase only.