pub fn add_to_linker<T>( linker: &mut Linker<T>, get_cx: impl Fn(&mut T) -> &mut WasiHttp + Send + Sync + Copy + 'static ) -> Result<()>