pub fn load_evm_wallet(private_key: &[u8; 32]) -> Result<EvmWallet, O2Error>
Load an EVM wallet from a private key.