CallibriMathLibResetDataProcess method

void CallibriMathLibResetDataProcess(
  1. Pointer<NativeCallibriMathLib> callibriMathLibPtr
)

Implementation

void CallibriMathLibResetDataProcess(
  ffi.Pointer<NativeCallibriMathLib> callibriMathLibPtr,
) {
  return _CallibriMathLibResetDataProcess(
    callibriMathLibPtr,
  );
}