inline fn load64(bytes: []const u8) u64
inline fn load64(bytes: []const u8) u64 { return std.mem.readInt(u64, bytes[0..8], .little); }