pub unsafe fn cstr_as_str(ptr: *const c_char) -> &'static str
Convert a C string pointer into a static string slice.
ptr
This function panics: