pub unsafe extern "C" fn dpiObject_setElementValueByIndex(
obj: *mut dpiObject,
index: i32,
nativeTypeNum: dpiNativeTypeNum,
value: *mut dpiData,
) -> c_intExpand description
Sets the value of the element found at the specified index.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.