pub fn read_section_from_header<R: Read + Seek>( reader: &mut impl PeReader<R>, header: &SectionHeader, ) -> Result<PeSection, GaiaError>
从节头读取节数据(通用实现)