GuiProgressBar function
Implementation
int GuiProgressBar(
RectangleC bounds,
Pointer<Char> textLeft,
Pointer<Char> textRight,
Pointer<Float> value,
double minValue,
double maxValue,
) => _module.GuiProgressBar(bounds, textLeft, textRight, value, minValue, maxValue);