apply_ctype
apply_ctype(token->pos, &sym->ctype, &ctx->ctype);
apply_ctype(token->pos, &s->ctype, &ctx->ctype);
static void apply_ctype(struct position pos, struct ctype *thistype, struct ctype *ctype);
apply_ctype(token->pos, &attr.ctype, &sym->ctype);