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