pub unsafe extern "C" fn dpiVar_setFromJson(
var: *mut dpiVar,
pos: u32,
json: *mut dpiJson,
) -> c_intExpand description
Sets the variable value to the specified JSON value.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.