fn parse_selector_bytes(s: &str) -> Result<[u8; 4], String>
Parse a selector string: either a 4-byte hex (0xd09de08a) or a function name (computed as the first 4 bytes of keccak256 of name()).
0xd09de08a
name()