mz_zip_entry_read_open method

int mz_zip_entry_read_open(
  1. Pointer<Void> handle,
  2. int raw,
  3. Pointer<Int8> password
)

Implementation

int mz_zip_entry_read_open(
  ffi.Pointer<ffi.Void> handle,
  int raw,
  ffi.Pointer<ffi.Int8> password,
) {
  return _mz_zip_entry_read_open(
    handle,
    raw,
    password,
  );
}