SecTrustSettingsSetTrustSettings

Function SecTrustSettingsSetTrustSettings 

Source
pub unsafe extern "C-unwind" fn SecTrustSettingsSetTrustSettings(
    cert_ref: &SecCertificate,
    domain: SecTrustSettingsDomain,
    trust_settings_dict_or_array: Option<&CFType>,
) -> i32
👎Deprecated: renamed to SecTrust::settings_set_trust_settings
Available on crate features SecBase and SecTrustSettings only.