pub unsafe fn cstr_to_owned(cstr: *const c_char) -> String
Converts a C string into a String.
String
cstr must point to a valid, null-terminated C string.
cstr