pub unsafe extern "C" fn SSL_get0_alpn_selected(
    s: *const SSL,
    data: *mut *const c_uchar,
    len: *mut c_uint
)