#[no_mangle]
pub extern "C" fn set_value64(
    vector: &mut VecBuf,
    index: usize,
    value: f64
)