gethostuuid method

int gethostuuid(
  1. Pointer<UnsignedChar> arg0,
  2. Pointer<timespec> arg1
)

Implementation

int gethostuuid(
  ffi.Pointer<ffi.UnsignedChar> arg0,
  ffi.Pointer<timespec> arg1,
) {
  return _gethostuuid(arg0, arg1);
}