SSLCopyALPNProtocols

Function SSLCopyALPNProtocols 

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

ยงSafety

protocols must be a valid pointer.