pub fn add_to_linker_get_host<T, G: for<'a> GetHost<&'a mut T, T, Host: Host + Send>>( linker: &mut Linker<T>, options: &LinkOptions, host_getter: G, ) -> Result<()>where T: Send,