pub fn build_complete_enum(
type_name: &str,
type_flags: u32,
bit_bound: u16,
literals: Vec<EnumLiteralDesc<'_>>,
) -> TypeObjectpub fn build_complete_enum(
type_name: &str,
type_flags: u32,
bit_bound: u16,
literals: Vec<EnumLiteralDesc<'_>>,
) -> TypeObject