Read32
Read32(uint32 subsystem, uint32 offset)
uint32_t Read32() {uint32_t val; ReadBytes((uint8_t*)&val, sizeof(val)); return val;}