pub type ScreenshotFn = Box<dyn FnOnce(Image) + Send + Sync>;
pub struct ScreenshotFn(/* private fields */);