inline fn load32(bytes: []const u8) u32
inline fn load32(bytes: []const u8) u32 { return mem.readInt(u32, bytes[0..4], .little); }