CallibriMathLibRRdetected method

bool CallibriMathLibRRdetected(
  1. Pointer<NativeCallibriMathLib> callibriMathLibPtr
)

Implementation

bool CallibriMathLibRRdetected(
  ffi.Pointer<NativeCallibriMathLib> callibriMathLibPtr,
) {
  return _CallibriMathLibRRdetected(
    callibriMathLibPtr,
  );
}