SecKeychainSetSettings

Function SecKeychainSetSettings 

Source
pub unsafe extern "C-unwind" fn SecKeychainSetSettings(
    keychain: Option<&SecKeychain>,
    new_settings: NonNull<SecKeychainSettings>,
) -> i32
👎Deprecated: renamed to SecKeychain::set_settings
Available on crate features SecBase and SecKeychain only.