pub fn cors<T: 'static + Context + Send>(
    ctx: T,
    next: MiddlewareNext<T>
) -> __MiddlewareReturnValue_cors<T>