pub fn each_linked_rlib( info: &CrateInfo, crate_type: Option<CrateType>, f: &mut dyn FnMut(CrateNum, &Path), ) -> Result<(), LinkRlibError>