pub fn incrdumpcount(f: &funcdump)Expand description
Port of incrdumpcount(FuncDump f) from Src/parse.c:3970/4021.
f->count++; — refcount-up a loaded dump entry. The Rust port
keys lookup by filename because Rust can’t raw-pointer-compare
funcdump values inside a Mutex<Vec<...>>; same observable
effect (the count of the matching entry increments).