pub type UnboundedVector<T> = Vector<T, MAX_BOUND>;
The FIDL type vector<T> or vector<T>:MAX.
vector<T>
vector<T>:MAX
struct UnboundedVector<T>(/* private fields */);