CallibriMathLibSetRRchecked method

void CallibriMathLibSetRRchecked(
  1. Pointer<NativeCallibriMathLib> callibriMathLibPtr
)

Implementation

void CallibriMathLibSetRRchecked(
  ffi.Pointer<NativeCallibriMathLib> callibriMathLibPtr,
) {
  return _CallibriMathLibSetRRchecked(
    callibriMathLibPtr,
  );
}