SSLGetClientCertificateState

Function SSLGetClientCertificateState 

Source
pub unsafe extern "C-unwind" fn SSLGetClientCertificateState(
    context: &SSLContext,
    client_state: NonNull<SSLClientCertificateState>,
) -> i32
๐Ÿ‘ŽDeprecated: No longer supported. Use Network.framework.
Available on crate feature SecureTransport only.
Expand description

ยงSafety

client_state must be a valid pointer.