char **vecstr2c(std::vector &vs); int *vecint2c(std::vector &vs); wchar_t **vecwstr2c(std::vector &vs);