mz_stream_seek_cb typedef

mz_stream_seek_cb = Pointer<NativeFunction<Int32 Function(Pointer<Void>, Int64, Int32)>>

Implementation

typedef mz_stream_seek_cb = ffi.Pointer<
    ffi.NativeFunction<
        ffi.Int32 Function(ffi.Pointer<ffi.Void>, ffi.Int64, ffi.Int32)>>;