pub unsafe extern "C" fn uiSliderSetRange(
    s: *mut uiSlider,
    min: c_int,
    max: c_int
)