pub static lua_pushboolean: Lazy<extern "C" fn(l: LuaState, s: c_int)>
Pushes a boolean onto the stack. Note this is still a c_int so use 0 for false and 1 for true.