h3ToString method

void h3ToString(
  1. int h,
  2. Pointer<Int8> str,
  3. int sz
)

Implementation

void h3ToString(
  int h,
  ffi.Pointer<ffi.Int8> str,
  int sz,
) {
  return _h3ToString(
    h,
    str,
    sz,
  );
}