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