pub fn write_op<C>( cap: C, hostcall: &'static Hostcall<IoWrite, GuestUint>, ) -> Arc<Operation<IoWriteDriver<C>>>where C: IoCapability + Clone + Send + 'static,