1pub const FACTOR: usize = std::mem::size_of::<AlignmentType>(); 2pub const FILLER: u8 = 0; 3 4pub type AlignmentType = u128;