freeCallibriMathLib method

void freeCallibriMathLib(
  1. Pointer<NativeCallibriMathLib> arg0
)

Implementation

void freeCallibriMathLib(
  ffi.Pointer<NativeCallibriMathLib> arg0,
) {
  return _freeCallibriMathLib(
    arg0,
  );
}