[][src]Function raylib::ffi::GuiProgressBar

pub unsafe extern "C" fn GuiProgressBar(
    bounds: Rectangle,
    text: *const i8,
    value: f32,
    minValue: f32,
    maxValue: f32,
    showValue: bool
) -> f32