char **MGOvectorize (char ***vector, char *string)
The MGOvectorize() function takes the given string and returns a vectorized argument list suitable for execve() and friends.
Returns the vectorized argument list, or NULL if the string could not be vectorized.