pub fn selector(input: &[u8]) -> Option<u32>
Extracts the selector from the start of the input, or returns None if the input is too short.
None