// luaL_checktype func (L *State) CheckType(narg int, t LuaValType) { C.luaL_checktype(L.s, C.int(narg), C.int(t)) }
func CheckType(L *State, narg int, t int) { C.luaL_checktype(L.s, C.int(narg), C.int(t)) }