pub fn vec_option_to_vec(option: &Option<Vec<i32>>) -> Vec<i32>
Return a copy of the vec in Option(vec), or an empty vector for None