pub fn find_vanity_address_with_timeout( matcher: Either<RegexMatcher, HexMatcher>, use_mnemonic: bool, timeout_secs: Option<u64>, ) -> Result<(Address, SecretKey, Option<String>)>