pub fn luaL_addstring(b: *mut LuaBuffer, s: LuaString)
Adds the zero-terminated string pointed to by s to the LuaBuffer b (see luaL_Buffer). The string may not contain embedded zeros.
s
b