pub fn code_string_raw(ptr: *const c_char) -> CodeValue
Create a String value from a raw *const c_char pointer.
*const c_char
Use this when you already hold a C string pointer (e.g. a c"..." literal or a pointer received from the runtime).
c"..."