pub fn context_put_double_array( ctx: Pin<&mut ContextWrapper>, pv_name: &str, value: Vec<f64>, timeout: f64, ) -> Result<(), Exception>