CustomStreamTeller typedef

CustomStreamTeller = Pointer<NativeFunction<MagickOffsetType Function(Pointer<Void>)>>

Implementation

typedef CustomStreamTeller = ffi.Pointer<
    ffi.NativeFunction<MagickOffsetType Function(ffi.Pointer<ffi.Void>)>>;