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