mz_zip_writer_init_heap_v2 function

  1. @Native<mz_bool Function(Pointer<mz_zip_archive>, Size, Size, mz_uint)>(ffi.Pointer<mz_zip_archive>, ffi.Size, ffi.Size, mz_uint)>()
int mz_zip_writer_init_heap_v2(
  1. Pointer<mz_zip_archive> pZip,
  2. int size_to_reserve_at_beginning,
  3. int initial_allocation_size,
  4. int flags$1,
)

Implementation

@ffi.Native<
  mz_bool Function(ffi.Pointer<mz_zip_archive>, ffi.Size, ffi.Size, mz_uint)
>()
external int mz_zip_writer_init_heap_v2(
  ffi.Pointer<mz_zip_archive> pZip,
  int size_to_reserve_at_beginning,
  int initial_allocation_size,
  int flags$1,
);