pub type MiddlewareFnPointer<T> = fn(_: T, _: NextFn<T>) -> ReusableBoxFuture<Result<T, ThrusterError<T>>>;