#[unsafe(no_mangle)]
pub extern "C" fn wasmtime_context_set_wasi(
context: WasmtimeStoreContextMut<'_>,
wasi: Box<wasi_config_t>,
) -> Option<Box<wasmtime_error_t>>
#[unsafe(no_mangle)]
pub extern "C" fn wasmtime_context_set_wasi(
context: WasmtimeStoreContextMut<'_>,
wasi: Box<wasi_config_t>,
) -> Option<Box<wasmtime_error_t>>