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