security_framework_sys::secure_transport

Function SSLSetPeerID

Source
pub unsafe extern "C" fn SSLSetPeerID(
    context: SSLContextRef,
    peerID: *const c_void,
    peerIDLen: usize,
) -> OSStatus