SecTrustSettingsCopyTrustSettings

Function SecTrustSettingsCopyTrustSettings 

Source
pub unsafe extern "C-unwind" fn SecTrustSettingsCopyTrustSettings(
    cert_ref: &SecCertificate,
    domain: SecTrustSettingsDomain,
    trust_settings: NonNull<*const CFArray>,
) -> i32
👎Deprecated: renamed to SecTrust::settings_copy_trust_settings
Available on crate features SecBase and SecTrustSettings only.