Function wasmtime_c_api::wasmtime_memory_new
source ยท #[no_mangle]
pub extern "C" fn wasmtime_memory_new(
store: WasmtimeStoreContextMut<'_>,
ty: &wasm_memorytype_t,
ret: &mut Memory,
) -> Option<Box<wasmtime_error_t>>