fn collect_fn_names(module: &Module, out: &mut HashSet<String>)
Collects all function names from a stdlib [Module] tree into out.
Module
out