macro_rules! include_bytes_aligned {
    ($align_to:expr, $path:expr) => { ... };
}