pub fn disablehashnode<T: HashNodeFlags>(
hn: &mut HashMap<String, T>,
flags: &str,
) -> boolExpand description
Port of disablehashnode(HashNode hn, UNUSED(int flags)) from Src/hashtable.c:323.
C body: hn->flags |= DISABLED;. Generic helper that flips
the DISABLED bit on the named entry via HashNodeFlags.