pub unsafe extern "C-unwind" fn SSLCopyTrustedRoots(
context: &SSLContext,
trusted_roots: NonNull<*const CFArray>,
) -> i32๐Deprecated: No longer supported. Use Network.framework.
Available on crate feature
SecureTransport only.Expand description
ยงSafety
trusted_roots must be a valid pointer.