Prototype of route interceptor. A router interceptor is a function that runs before or after the route handler.
typedef FutureOr<void> RouteInterceptor(Context ctx);