pub type WasmEnvMut<'a, E> = FunctionEnvMut<'a, WasmEnv<E>>;
pub struct WasmEnvMut<'a, E> { /* private fields */ }