GuiComboBox function
Implementation
int GuiComboBox(RectangleC bounds, Pointer<Char> text, Pointer<Int> active) => _module.GuiComboBox(bounds, text, active);
int GuiComboBox(RectangleC bounds, Pointer<Char> text, Pointer<Int> active) => _module.GuiComboBox(bounds, text, active);