pub type SpaceType = SpaceType;
pub enum SpaceType { Constant = 0, Processor = 1, SpaceBase = 2, Internal = 3, Fspec = 4, Iop = 5, Join = 6, }