GuiLabelButton method
Label button control, returns true when clicked
Implementation
@override
int GuiLabelButton(
RectangleD bounds,
MemoryPointer<RChar> text,
) => _ffi.GuiLabelButton(
$.Rectangle$.Ref1(bounds).asNativePointer<RectangleC>().ref,
text.asNativePointer(),
);