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