CFPreferencesCopyAppValue

Function CFPreferencesCopyAppValue 

Source
pub extern "C-unwind" fn CFPreferencesCopyAppValue(
    key: &CFString,
    application_id: &CFString,
) -> Option<CFRetained<CFPropertyList>>
Available on crate feature CFPreferences only.