mz_realloc_funcFunction typedef

mz_realloc_funcFunction = Pointer<Void> Function(Pointer<Void> opaque, Pointer<Void> address, Size items, Size size)

Implementation

typedef mz_realloc_funcFunction =
    ffi.Pointer<ffi.Void> Function(
      ffi.Pointer<ffi.Void> opaque,
      ffi.Pointer<ffi.Void> address,
      ffi.Size items,
      ffi.Size size,
    );