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