mz_zip_reader_get_zip_cd method

int mz_zip_reader_get_zip_cd(
  1. Pointer<Void> handle,
  2. Pointer<Uint8> zip_cd
)

Implementation

int mz_zip_reader_get_zip_cd(
  ffi.Pointer<ffi.Void> handle,
  ffi.Pointer<ffi.Uint8> zip_cd,
) {
  return _mz_zip_reader_get_zip_cd(
    handle,
    zip_cd,
  );
}