pub unsafe extern "C" fn rb_str_new_cstr(ptr: *const c_char) -> VALUE
Expand description

Convert C string to a Ruby String.