Is it possible within Scheme code to get pointers to Scheme strings
that can be passed to C? I don't want to just pass it as a c-string; I
need to be able to manipulate the string - for instance, to be able to
pass a pointer to the middle of the Scheme string.