dgram_write
ret = dgram_write(bp, str, n);
static int dgram_write(BIO *h, const char *buf, int num);
.bwrite = dgram_write,