tls_dump_write
return tls_dump_write(bio, str, strlen(str));
static int tls_dump_write(BIO *b, const char *in, int inl);
|| !BIO_meth_set_write(method_tls_dump, tls_dump_write)