SSL_get0_alpn_selected

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow nothrow
static if(OPENSSL_VERSION_AT_LEAST(1, 0, 2))
void
SSL_get0_alpn_selected
(
const SSL* ssl
,
const(ubyte)** data
,
uint* len
)

Meta