pub fn fsconfig_set_path_empty<P>( fs_fd: RawFd, key: &CStr, dfd: RawFd, path: &P, ) -> Result<()>where P: ?Sized + NixPath,