GuiGroupBox method
Group Box control with text name
Implementation
@override
int GuiGroupBox(
RectangleD bounds,
MemoryPointer<RChar> text,
) => _ffi.GuiGroupBox(
$.Rectangle$.Ref1(bounds).asNativePointer<RectangleC>().ref,
text.asNativePointer(),
);