pub fn get_path_buf_from_pointer(ptr: *mut c_char) -> Option<PathBuf>
Tries to convert a pointer to a CString into a Rust PathBuf
CString
PathBuf