pub fn dir_size(path: &Path) -> Option<u64>
Recursively compute total size of a directory in bytes. Returns None on permission or I/O error.
None