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