MathLibStartCalibration method
      
int
MathLibStartCalibration(
    
    
- Pointer<NativeMathLib> mathLibPtr,
- Pointer<NativeEMOpStatus> opResult
Implementation
int MathLibStartCalibration(
  ffi.Pointer<NativeMathLib> mathLibPtr,
  ffi.Pointer<NativeEMOpStatus> opResult,
) {
  return _MathLibStartCalibration(
    mathLibPtr,
    opResult,
  );
}