Function GuiSpinner

Source
pub unsafe extern "C" fn GuiSpinner(
    bounds: Rectangle,
    text: *const c_char,
    value: *mut c_int,
    minValue: c_int,
    maxValue: c_int,
    editMode: bool,
) -> c_int