BIO_s_dgram_pair
bio1 = BIO_new(BIO_s_dgram_pair());
bio2 = BIO_new(BIO_s_dgram_pair());
const BIO_METHOD *BIO_s_dgram_pair(void);