pub static MENUS: &[(&str, &[&str], &[&str])]Expand description
Every menu() this target declares: EPICS name, choice() identifiers,
and choice values — the three columns dbWriteMenuFP prints
(dbStaticLib.c:919-924), which is what dbDumpMenu reports.
C walks pdbbase->menuList in .dbd LOAD order. A compiled-in table has
no load order, so the rows are in name order; the per-menu choice order is
still the .dbd order, because that one is the wire-visible index.