GuiLine method
Line separator control, could contain text
Implementation
@override
int GuiLine(
RectangleD bounds,
MemoryPointer<RChar> text,
) => _ffi.GuiLine(
$.Rectangle$.Ref1(bounds).asNativePointer<RectangleC>().ref,
text.asNativePointer(),
);