template <zx_object_info_topic_t Topic>
struct InfoTraits
This maps a `get_info` topic to its value type. Though the single syscall
interface always supports variable-sized results, some topics always return
a single value and others can return a variable number. Here a topic that
is expected to return a variable size is represented as an unbounded array
type. The actual return value will be a span.