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