DestroyThresholdMap method

Pointer<ThresholdMap> DestroyThresholdMap(
  1. Pointer<ThresholdMap> arg0
)

Implementation

ffi.Pointer<ThresholdMap> DestroyThresholdMap(
  ffi.Pointer<ThresholdMap> arg0,
) {
  return _DestroyThresholdMap(
    arg0,
  );
}