pub fn disk_stats(path: &Path) -> Option<DiskStats>
Free/total bytes of the filesystem backing path (statvfs). Returns None if it can’t be read.
path