pub unsafe extern "C-unwind" fn SSLGetSessionOption(
context: &SSLContext,
option: SSLSessionOption,
value: NonNull<u8>,
) -> i32
๐Deprecated: No longer supported. Use Network.framework.
Available on crate feature
SecureTransport
only.Expand description
ยงSafety
value
must be a valid pointer.