Function lua_isuserdata

Source
pub unsafe extern "C-unwind" fn lua_isuserdata(
    L: *mut lua_State,
    idx: c_int,
) -> c_int
Expand description

Does the given index contain a value of type userdata.