BIO_C_GET_WRITE_GUARANTEE
#define BIO_get_write_guarantee(b) (int)BIO_ctrl(b,BIO_C_GET_WRITE_GUARANTEE,0,NULL)
case BIO_C_GET_WRITE_GUARANTEE:
return BIO_ctrl(bio, BIO_C_GET_WRITE_GUARANTEE, 0, NULL);