Function dpiVar_setFromJson

Source
pub unsafe extern "C" fn dpiVar_setFromJson(
    var: *mut dpiVar,
    pos: u32,
    json: *mut dpiJson,
) -> c_int