public override void At(int idx, ref PointXYZ value)
 {
     Invoke.std_vector_xyz_at(_ptr, (UIntPtr)idx, ref value);
 }