mz_zip_get_comment method

int mz_zip_get_comment(
  1. Pointer<Void> handle,
  2. Pointer<Pointer<Int8>> comment
)

Implementation

int mz_zip_get_comment(
  ffi.Pointer<ffi.Void> handle,
  ffi.Pointer<ffi.Pointer<ffi.Int8>> comment,
) {
  return _mz_zip_get_comment(
    handle,
    comment,
  );
}