pub unsafe extern "C" fn isuserdata( state: lua_State, index: i32, ) -> bool
Returns true if the value at the given index is a userdata (either full or light), and false otherwise.
true
false