mz_zip_goto_first_entry method

int mz_zip_goto_first_entry(
  1. Pointer<Void> handle
)

Implementation

int mz_zip_goto_first_entry(
  ffi.Pointer<ffi.Void> handle,
) {
  return _mz_zip_goto_first_entry(
    handle,
  );
}