Writes all fields into the memory at p.
p
@override void structWriteInto(Pointer<C> p) { print('$structName writing into...'); nativeWriteInto(nativeGetReference(p)); }