GetThresholdMap method
Implementation
ffi.Pointer<ThresholdMap> GetThresholdMap(
ffi.Pointer<ffi.Char> arg0,
ffi.Pointer<ExceptionInfo> arg1,
) {
return _GetThresholdMap(
arg0,
arg1,
);
}
ffi.Pointer<ThresholdMap> GetThresholdMap(
ffi.Pointer<ffi.Char> arg0,
ffi.Pointer<ExceptionInfo> arg1,
) {
return _GetThresholdMap(
arg0,
arg1,
);
}