DestroyPixImage method

void DestroyPixImage(
  1. pix_image_ptr_t arg0
)

Implementation

void DestroyPixImage(
  pix_image_ptr_t arg0,
) {
  return _DestroyPixImage(
    arg0,
  );
}