mz_zip_reader_end function
- @Native<mz_bool Function(Pointer<
mz_zip_archive> )>(ffi.Pointer<mz_zip_archive>)>()
- Pointer<
mz_zip_archive> pZip
Ends archive reading, freeing all allocations, and closing the input archive file if mz_zip_reader_init_file() was used.
Implementation
@ffi.Native<mz_bool Function(ffi.Pointer<mz_zip_archive>)>()
external int mz_zip_reader_end(ffi.Pointer<mz_zip_archive> pZip);