Clear method

void Clear(
  1. tess_api_ptr_t arg0
)

Implementation

void Clear(
  tess_api_ptr_t arg0,
) {
  return _Clear(
    arg0,
  );
}