pub fn as_string(ptr: *const i8) -> Result<String, Utf8Error>
Expand description

Convert pointer to CStr to String.