Function lua_pushboolean

Source
pub unsafe extern "C-unwind" fn lua_pushboolean(
    L: *mut lua_State,
    b: i32,
)