pub unsafe extern "C-unwind" fn CFPreferencesGetAppIntegerValue(
key: &CFString,
application_id: &CFString,
key_exists_and_has_valid_format: *mut u8,
) -> CFIndex
Available on crate feature
CFPreferences
only.Expand description
ยงSafety
key_exists_and_has_valid_format
must be a valid pointer or null.