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