Generate a pointer to a CHARACTER array argument
All Unix: | |
VAX/VMS: | char ∗x = x_arg->dsc$a_pointer; |
int x_length = x_arg->dsc$w_length; |