mz_zip_writer_init_heap function

  1. @Native<mz_bool Function(Pointer<mz_zip_archive>, Size, Size)>(ffi.Pointer<mz_zip_archive>, ffi.Size, ffi.Size)>()
int mz_zip_writer_init_heap(
  1. Pointer<mz_zip_archive> pZip,
  2. int size_to_reserve_at_beginning,
  3. int initial_allocation_size
)

Implementation

@ffi.Native<mz_bool Function(ffi.Pointer<mz_zip_archive>, ffi.Size, ffi.Size)>()
external int mz_zip_writer_init_heap(
  ffi.Pointer<mz_zip_archive> pZip,
  int size_to_reserve_at_beginning,
  int initial_allocation_size,
);