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