LUA_MAX_MODNAME
strlcpy(m->mod_name, name, LUA_MAX_MODNAME);
char mod_name[LUA_MAX_MODNAME];
char module[LUA_MAX_MODNAME];