GuiStatusBar method
Status Bar control, shows info text
Implementation
@override
int GuiStatusBar(
RectangleD bounds,
MemoryPointer<RChar> text,
) => _ffi.GuiStatusBar(
$.Rectangle$.Ref1(bounds).asNativePointer<RectangleC>().ref,
text.asNativePointer(),
);