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