SSLCopyPeerTrust

Function SSLCopyPeerTrust 

Source
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.