miniz_def_free_func function

  1. @Native<Void Function(Pointer<Void> opaque, Pointer<Void> address)>(ffi.Pointer<ffi.Void>, ffi.Pointer<ffi.Void>)>()
void miniz_def_free_func(
  1. Pointer<Void> opaque,
  2. Pointer<Void> address
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Pointer<ffi.Void>)>()
external void miniz_def_free_func(
  ffi.Pointer<ffi.Void> opaque,
  ffi.Pointer<ffi.Void> address,
);