pub fn generate_passphrase<W>( wordlist: W, pac_salt: &[u8], csprng: &mut impl CryptoRngCore, ) -> Zeroizing<String>where W: AsRef<[&'static str]>,