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