pub fn read_pe_section_headers<R: Read + Seek>( reader: &mut impl PeReader<R>, ) -> Result<Vec<SectionHeader>, GaiaError>
读取节头信息(通用实现)