pub fn run( width: usize, height: usize, title: &str, system: Box<dyn System>, options: Options ) -> Result<(), GraphicsError>