mz_stream_tell_cb typedef

mz_stream_tell_cb = Pointer<NativeFunction<Int64 Function(Pointer<Void>)>>

Implementation

typedef mz_stream_tell_cb = ffi
    .Pointer<ffi.NativeFunction<ffi.Int64 Function(ffi.Pointer<ffi.Void>)>>;