pub fn cookies<T: 'static + Context + HasCookies + Send>(
    ctx: T,
    next: MiddlewareNext<T>
) -> __MiddlewareReturnValue_cookies<T>