inline fn array(comptime elem_size: comptime_int, bytes: anytype) [2 + bytes.len]u8
elem_size: comptime_int,
bytes: anytype,