pub unsafe extern "C" fn typename( state: lua_State, index: i32, ) -> *const u8
Returns the name of the type encoded by the value tp, which must be one the values returned by get_type (lua_type).
get_type
lua_type