pub type CLASS_BITMAP = classBitMap;
struct CLASS_BITMAP { pub maxid: u16, pub map: [i8; 1], }
maxid: u16
map: [i8; 1]