Dartprogress_callbackFunction typedef

Dartprogress_callbackFunction = int Function(Pointer<Void> data, LibRaw_progress stage, int iteration, int expected)

Implementation

typedef Dartprogress_callbackFunction = int Function(ffi.Pointer<ffi.Void> data,
    LibRaw_progress stage, int iteration, int expected);