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