pub fn luaL_addlstring(b: *mut LuaBuffer, s: LuaString, l: SizeT)
Adds the string pointed to by s with length l to the LuaBuffer b. The string may contain embedded zeros.
s
l
b