pointerAny<R extends RType> method
Create a pointer-to-any-value field for f.
The pointed-to value is exposed without applying a specialized scalar, struct, or enum conversion.
Implementation
StructPointerValueField<dynamic, R> pointerAny<R extends RType>(F f)
=> pointerSync<dynamic, R>(f);