Returns information about the filesystem located at a path.
impl FileSystemInfo { fn from_path<P>(path: P) -> Result<FileSystemInfo, Errno> where P: ToCString, }
A path inside the filesystem's mount point.