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