pub type Selector = FixedBytes<4>;
Solidity contract functions are addressed using the first four bytes of the Keccak-256 hash of their signature.
struct Selector(pub [u8; 4]);
0: [u8; 4]