pub fn set_socket_option_mult<T>( fd: c_int, level: c_int, name: c_int, values: &[T], ) -> Result<()>
Sets a collection of multiple socke options with one call.