pub fn add_to_linker<T>(linker: &mut Linker<T>) -> Result<()>where T: WrpcView, T::Invoke: Clone + 'static, <T::Invoke as Invoke>::Context: 'static,