pub type Union = Struct;
Rust representation for BTF type BTF_KIND_UNION.
BTF_KIND_UNION
pub struct Union { pub members: Vec<Member>, /* private fields */ }
members: Vec<Member>