mz_stream_create_cb typedef

mz_stream_create_cb = Pointer<NativeFunction<Pointer<Void> Function(Pointer<Pointer<Void>>)>>

Implementation

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