Function raylib::ffi::GuiProgressBar

source ยท
pub unsafe extern "C" fn GuiProgressBar(
    bounds: Rectangle,
    textLeft: *const i8,
    textRight: *const i8,
    value: *mut f32,
    minValue: f32,
    maxValue: f32
) -> i32