logo
pub fn get_path_buf_from_pointer(ptr: *mut c_char) -> Option<PathBuf>
Expand description

Tries to convert a pointer to a CString into a Rust PathBuf