pub fn get_info(state: &mut LuaState, what: &[u8], ar: &mut LuaDebug) -> bool
Returns debug information about a function or active call frame.
C: LUA_API int lua_getinfo(lua_State *L, const char *what, lua_Debug *ar)
LUA_API int lua_getinfo(lua_State *L, const char *what, lua_Debug *ar)