PostCObject typedef

PostCObject = Pointer<NativeFunction<Int8 Function(Int64, Pointer<Dart_CObject>)>>

Implementation

typedef PostCObject
    = Pointer<NativeFunction<Int8 Function(Int64, Pointer<Dart_CObject>)>>;