write<V> method
Write a value of RType into a p at given offset.
Implementation
@override
void write<V>(MemoryPointer p, int offset, V? value)
=> throw UnsupportedError('$this is not directly writable. Use appropriate field, not `StructField`.');