macro_rules! IS_ALIGNED {
    ($n:expr,$b:expr) => { ... };
}