pub type PendingResponseShutdown = Box<dyn FnMut(&AppContext) -> Response + Send>;
pub struct PendingResponseShutdown(/* private fields */);