Skip to main content

SSLGetSessionState

Function SSLGetSessionState 

Source
pub unsafe extern "C-unwind" fn SSLGetSessionState(
    context: &SSLContext,
    state: NonNull<SSLSessionState>,
) -> i32
๐Ÿ‘ŽDeprecated:

No longer supported. Use Network.framework.

Available on crate feature SecureTransport only.
Expand description

ยงSafety

state must be a valid pointer.