pub unsafe extern "C" fn dpiVar_copyData(
var: *mut dpiVar,
pos: u32,
sourceVar: *mut dpiVar,
sourcePos: u32,
) -> c_intExpand description
Copies the data from one variable to another variable.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.