pub fn extract(dest: &Path) -> Result<()>
Extract all bundled resource files into dest. The destination is expected to already exist (e.g. a freshly-created tempdir). Any files already present at the same paths are overwritten.
dest