pub fn parse_uint160_hex_be(value: &str) -> Result<[u8; 20], String>
Parse a Neo UInt160 from a 0x-prefixed (or raw) big-endian hex string.
Returns the UInt160 in NeoVM byte order (little-endian 20 bytes).