pub fn validate_virtual_path<R>(virtual_path: R) -> Result<(), AccountError>
where R: AsRef<Path>,