fn send_cmd<T: Immutable + IntoBytes>( control_socket: &UnixSeqpacket, data: T, ) -> Result<(), Error>