GetPointerType method

int GetPointerType(
  1. int pointerId,
  2. Pointer<Uint64> pointerType
)

Implementation

int GetPointerType(
  int pointerId,
  ffi.Pointer<ffi.Uint64> pointerType,
) {
  return _GetPointerType(
    pointerId,
    pointerType,
  );
}