pub fn read_section_from_header<R: Read + Seek>( reader: &mut impl PeReader<R>, header: &SectionHeader, ) -> Result<PeSection, GaiaError>
Read section data from section header (generic implementation)