pub fn get_path_from_pointer<'a>(ptr: *const c_char) -> Option<&'a Path>
Tries to convert a pointer to a CString into a Rust Path
CString
Path