pub unsafe extern "C" fn dpiObject_trim( obj: *mut dpiObject, numToTrim: u32, ) -> c_int
Trims a number of elements from the end of a collection.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.