strsym
strval = strsym(valbuf, va_arg(args, void *));
char *strsym = NULL;
strsym = calloc(1, symlen);
if (!strsym) {
strcpy(strsym + 1, sym);
d->d_buf = strsym;
blake2s_update_tagged(&ctx, TAG_STRSYM, strsym, symlen);
free(strsym);