pub unsafe extern "C" fn SSLGetPeerDomainName(
    context: SSLContextRef,
    peerName: *mut c_char,
    peerNameLen: *mut usize,
) -> OSStatus