func (menu *Menu) ItemCount() int { return int(C.item_count((*C.MENU)(menu))) }
// Count returns the number of MenuItems in the Menu func (m *Menu) Count() int { return int(C.item_count(m.menu)) }