mz_zip_writer_init_heap_v2 function
- Pointer<
mz_zip_archive> pZip, - int size_to_reserve_at_beginning,
- int initial_allocation_size,
- 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,
);