pub type TagTypeType = BNTagTypeType;
#[repr(u8)]pub enum TagTypeType { UserTagType = 0, NotificationTagType = 1, BookmarksTagType = 2, }