Skip to main content

SSLCopyRequestedPeerNameLength

Function SSLCopyRequestedPeerNameLength 

Source
pub unsafe extern "C-unwind" fn SSLCopyRequestedPeerNameLength(
    ctx: &SSLContext,
    peer_name_len: NonNull<usize>,
) -> i32
๐Ÿ‘ŽDeprecated:

No longer supported. Use Network.framework.

Available on crate feature SecureTransport only.
Expand description

ยงSafety

peer_name_len must be a valid pointer.