SSLGetSessionOption

Function SSLGetSessionOption 

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