pub unsafe fn lua_isboolean(l: *mut State, idx: c_int) -> bool
Equivalent to the C macro of the same name.
l must be a valid pointer to a Lua state.
l