pub fn mnemonic_to_seed(phrase: String) -> Result<Vec<u8>>
Attempts to convert the phrase to a mnemonic, then to a seed.
If the phrase is not a valid mnemonic, an error is returned.