msgSendStretPointer top-level property

Pointer<NativeFunction<Void Function()>> msgSendStretPointer
final

Only for use by FFIgen bindings.

Implementation

final msgSendStretPointer = Native.addressOf<NativeFunction<Void Function()>>(
  r.msgSendStret,
);