SSLSetTrustedRoots

Function SSLSetTrustedRoots 

Source
pub unsafe extern "C-unwind" fn SSLSetTrustedRoots(
    context: &SSLContext,
    trusted_roots: &CFArray,
    replace_existing: bool,
) -> i32
๐Ÿ‘ŽDeprecated: No longer supported. Use Network.framework.
Available on crate feature SecureTransport only.
Expand description

ยงSafety

trusted_roots generic must be of the correct type.