md_new_data_block
dbp = md_new_data_block(mdp, (uint8_t *)bufp, strlen(bufp) + 1);
dbp = md_new_data_block(mdp, bufp, len);