pub unsafe extern "C" fn pushboolean(state: lua_State, bool: i32)
Pushes a boolean value with value bool onto the stack.
bool