I have a pointer returned from a function
rs2::video_frame frame = frames.get_color_frame(); const void* data = frame.get_data();
I know<