pub fn read_pe_head<R: Read + Seek>( reader: &mut impl PeReader<R>, ) -> Result<PeHeader, GaiaError>
解析 PE 头部(通用实现)