GuiTabBarEx function
Implementation
int GuiTabBarEx(
RectangleC bounds,
Pointer<Pointer<Char>> text,
int count,
Pointer<Int> hscroll,
Pointer<Int> active,
Pointer<Int> focus,
) => _module.GuiTabBarEx(bounds, text, count, hscroll, active, focus);