dpiVar_copyData

Function dpiVar_copyData 

Source
pub unsafe extern "C" fn dpiVar_copyData(
    var: *mut dpiVar,
    pos: u32,
    sourceVar: *mut dpiVar,
    sourcePos: u32,
) -> c_int
Expand description

Copies the data from one variable to another variable.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.