inline fn int32(array: *const [4]u8) u32
inline fn int32(array: *const [4]u8) u32 { return std.mem.toNative(u32, @bitCast(array.*), .little); }