wasmtime_c_api

Function wasmtime_func_from_raw

Source
#[no_mangle]
pub unsafe extern "C" fn wasmtime_func_from_raw(
    store: WasmtimeStoreContextMut<'_>,
    raw: *mut c_void,
    func: &mut Func,
)