mz_stream_close_cb typedef

mz_stream_close_cb = Pointer<NativeFunction<Int32 Function(Pointer<Void>)>>

Implementation

typedef mz_stream_close_cb = ffi
    .Pointer<ffi.NativeFunction<ffi.Int32 Function(ffi.Pointer<ffi.Void>)>>;