Function GuiCheckBox

Source
pub unsafe extern "C" fn GuiCheckBox(
    bounds: Rectangle,
    text: *const c_char,
    checked: *mut bool,
) -> c_int