GuiToggle function
Implementation
int GuiToggle(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RBool> active,
) => _module.GuiToggle(bounds, text, active);
int GuiToggle(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RBool> active,
) => _module.GuiToggle(bounds, text, active);