IsApiSetImplemented method

int IsApiSetImplemented(
  1. Pointer<Int8> Contract
)

Implementation

int IsApiSetImplemented(
  ffi.Pointer<ffi.Int8> Contract,
) {
  return _IsApiSetImplemented(
    Contract,
  );
}