pub fn add_to_linker_async<T: Send, W: WasiPreview1View>(
    linker: &mut Linker<T>,
    f: impl Fn(&mut T) -> &mut W + Copy + Send + Sync + 'static
) -> Result<()>