opaque_pointer
#[must_use]pub unsafe fn ref_str<'a>(string: *const c_char) -> &'a str
Reference to a C string.
The pointer must be a valid reference to that value with that type.
This could panic if the C string is not a valid UTF-8 string.