mz_zip_writer_get_zip_handle method

int mz_zip_writer_get_zip_handle(
  1. Pointer<Void> handle,
  2. Pointer<Pointer<Void>> zip_handle
)

Implementation

int mz_zip_writer_get_zip_handle(
  ffi.Pointer<ffi.Void> handle,
  ffi.Pointer<ffi.Pointer<ffi.Void>> zip_handle,
) {
  return _mz_zip_writer_get_zip_handle(
    handle,
    zip_handle,
  );
}