DartPostCObject typedef
This is only intended to be used by automatically generated code, instead of developers.
Implementation
typedef DartPostCObject =
ffi.Pointer<
ffi.NativeFunction<ffi.Bool Function(ffi.Int64, ffi.Pointer<ffi.Void>)>
>;