store method
Store a Dart value into this location.
The value
is automatically marshalled into its native representation.
Note that ints which do not fit in T
are truncated and sign extended,
and doubles stored into Pointer<Float> lose precision.
Implementation
external void store(@DartRepresentationOf("T") Object value);