SSLGetNegotiatedProtocolVersion

Function SSLGetNegotiatedProtocolVersion 

Source
pub unsafe extern "C-unwind" fn SSLGetNegotiatedProtocolVersion(
    context: &SSLContext,
    protocol: NonNull<SSLProtocol>,
) -> i32
๐Ÿ‘ŽDeprecated: No longer supported. Use Network.framework.
Available on crate features SecProtocolTypes and SecureTransport only.
Expand description

ยงSafety

protocol must be a valid pointer.