As part of my module's public members, I want to expose a type that is an array of `u8` with `align(4)`. This currently fails with ``` error: align qualifier invalid on array type pub const State = [48]align(4)u8; ```