macro_rules! array_ref { ($slice:expr, $offset:expr, $size:expr) => { ... }; }
Creates a fixed-size array reference from a slice.