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