pub fn validate_passphrase<W>( passphrase: &str, pac_salt: &[u8], wordlist: W, ) -> Result<(), PassphraseError>where W: AsRef<[&'static str]>,