wasmtime_store_new

Function wasmtime_store_new 

Source
#[unsafe(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>