pub unsafe extern "C" fn uiFreeControl(c: *mut uiControl)
Frees the memory associated with the control reference.
@note This method is public only for writing custom controls.
@param c uiControl instance. @memberof uiControl