BIO_s_datagram
const BIO_METHOD *BIO_s_datagram(void);
LCRYPTO_ALIAS(BIO_s_datagram);
ret = BIO_new(BIO_s_datagram());
LCRYPTO_USED(BIO_s_datagram);