pub fn str_pack(state: &mut LuaState) -> Result<usize, LuaError>
string.pack(fmt, ...) — pack values into a binary string.
string.pack(fmt, ...)
C: static int str_pack(lua_State *L)
static int str_pack(lua_State *L)