fn coff_edit_impl<'data, Coff: CoffHeader>( data: &'data [u8], header: &'data Coff, hide: bool, rename: Option<&(FxHashSet<String>, &str)>, strip_underscore: bool, ) -> Option<Vec<u8>>