msgSendFpretPointer top-level property

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

Only for use by FFIgen bindings.

Implementation

final msgSendFpretPointer = Native.addressOf<NativeFunction<Void Function()>>(
  r.msgSendFpret,
);