int GuiGetTextWidth( String? text, ) => run( () => 'GuiGetTextWidth($text)', () => rl.Gui.GuiGetTextWidth( rl.Temp.String$.ValueOrNull(text), ), );