pub fn derive_ethereum_address_from_pem( pem_str: &str, ) -> Result<[u8; 20], AddressDerivationError>
Derive EVM address from the PEM string.