Function dpiObject_getElementValueByIndex

Source
pub unsafe extern "C" fn dpiObject_getElementValueByIndex(
    obj: *mut dpiObject,
    index: i32,
    nativeTypeNum: dpiNativeTypeNum,
    value: *mut dpiData,
) -> c_int