macro_rules! array_alias {
    ($arr: ident, $heap_arr: ident, $elem: ty) => { ... };
}