inline fn int16(array: *const [2]u8) u16
inline fn int16(array: *const [2]u8) u16 { return std.mem.toNative(u16, @bitCast(array.*), .little); }