pub type PostRenderHook<S> = Arc<dyn Fn(&S, &View<S>, &Layer) + Send + Sync + 'static>;
struct PostRenderHook<S> { /* private fields */ }