void SetWindowSize( num width, num height, ) => run( () => 'SetWindowSize($width, $height)', () => rl.Core.SetWindowSize( width.toInt(), height.toInt(), ), );