pub fn option_array_to_string<S: Display>( v: &mut Vec<String>, name: &str, value: &Option<Vec<S>>, )