pub unsafe extern "C" fn SSLSetIOFuncs(
    context: SSLContextRef,
    read: SSLReadFunc,
    write: SSLWriteFunc
) -> OSStatus