pub fn str_packsize(state: &mut LuaState) -> Result<usize, LuaError>
string.packsize(fmt) — return the byte-size the format would produce.
string.packsize(fmt)
C: static int str_packsize(lua_State *L)
static int str_packsize(lua_State *L)