Function wasmer::wasm_c_api::externals::wasm_memory_new

source ยท
#[no_mangle]
pub unsafe extern "C" fn wasm_memory_new(
    store: Option<&mut wasm_store_t>,
    memory_type: Option<&wasm_memorytype_t>
) -> Option<Box<wasm_memory_t>>