pub fn available_space<P>(path: P) -> Result<u64, Error>where P: AsRef<Path>,
Returns the available space in bytes to non-priveleged users in the file system containing the provided path.