fn coff_collect_impl<'data, Coff: CoffHeader>(
data: &'data [u8],
header: &'data Coff,
exported: &FxHashSet<String>,
out: &mut FxHashSet<String>,
strip_underscore: bool,
)fn coff_collect_impl<'data, Coff: CoffHeader>(
data: &'data [u8],
header: &'data Coff,
exported: &FxHashSet<String>,
out: &mut FxHashSet<String>,
strip_underscore: bool,
)