macro_rules! include_aligned_bytes {
    ($file:expr $(,)?) => { ... };
}
Expand description

Works like include_bytes!, but the value is wrapped in Align4.