pub type ScreenshotFn = Box<dyn FnOnce(Result<RgbImage, String>) + Send>;
struct ScreenshotFn(/* private fields */);