public override void Insert(int index, float item) => Invoke.std_vector_float_insert(_ptr, (IntPtr)index, item);