pub fn available_disk_bytes(path: &Path) -> Option<u64>
Available bytes on the filesystem holding path (best-effort; None if it can’t be determined). Unix uses statvfs; other platforms return None.
path
None
statvfs