pub fn get_string_from_pointer(ptr: *const c_char) -> Option<String>
Tries to convert a pointer to a CString into a Rust String
CString
String