pub unsafe fn parse_c_str(path: *const c_char) -> Result<&'static str, Error>
The caller must ensure that the provided pointer is a vlid null-terminated C string.