Function wasmtime_c_api::wasmtime_func_from_raw

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