pub fn read_pe_section_headers<R: Read + Seek>( reader: &mut impl PeReader<R>, ) -> Result<Vec<SectionHeader>, GaiaError>
Read section header information (generic implementation)