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