luaL_addlstring

Function luaL_addlstring 

Source
pub fn luaL_addlstring(b: *mut LuaBuffer, s: LuaString, l: SizeT)
Expand description

Adds the string pointed to by s with length l to the LuaBuffer b. The string may contain embedded zeros.