// luaL_where func (L *State) Where(lvl int) { C.luaL_where(L.s, C.int(lvl)) }
func Where(L *State, lvl int) { C.luaL_where(L.s, C.int(lvl)) }