pub type UserCtx = Box<dyn Any + Sync + Send>;
Optional user-defined subrequest context.
pub struct UserCtx(/* private fields */);