Function wasmtime_c_api::wasmtime_store_new
source · #[no_mangle]
pub extern "C" fn wasmtime_store_new(
engine: &wasm_engine_t,
data: *mut c_void,
finalizer: Option<extern "C" fn(_: *mut c_void)>
) -> Box<wasmtime_store_t>