pub fn add_to_linker<T, D>( linker: &mut Linker<T>, options: &LinkOptions, host_getter: fn(&mut T) -> D::Data<'_>, ) -> Result<()>where D: HasData, for<'a> D::Data<'a>: Host + Send, T: Send + 'static,