*(uint64_t*) mFrame->first
It's a pointer, structure and then dereferencing? Seems a bit bit convoluted to me. And uint64_t is defined under where?
*(uint64_t*) mFrame->first
It's a pointer, structure and then dereferencing? Seems a bit bit convoluted to me. And uint64_t is defined under where?