pub type RenderCallback = Box<dyn Fn(&[Patch]) + Send + Sync>;
Callback type for rendering patches to the platform
pub struct RenderCallback(/* private fields */);