pub fn set_socket_incoming_cpu<Fd: AsFd>(fd: Fd, value: u32) -> Result<()>
setsockopt(fd, SOL_SOCKET, SO_INCOMING_CPU, value)
See the module-level documentation for more.