inline fn int24(array: *const [3]u8) u24
inline fn int24(array: *const [3]u8) u24 { return std.mem.toNative(u24, @bitCast(array.*), .little); }