I tried it that way:

STRING* tmp = str_create("GlobeLight_01");
LightEnt.link.name = tmp;

With no compiler error, but still NULL in link.name in the DLL.

I'll test

LightEnt.link.name = tmp.chars;

as soon as possible.