Is there a way to get a string from C to OCaml without the caml_copy_string function, or is there a version that doesn't copy the string?

-J