(
store: WasmtimeStoreContextMut<'_>,
func: &Func,
)
| 470 | |
| 471 | #[unsafe(no_mangle)] |
| 472 | pub unsafe extern "C" fn wasmtime_func_to_raw( |
| 473 | store: WasmtimeStoreContextMut<'_>, |
| 474 | func: &Func, |
| 475 | ) -> *mut c_void { |
| 476 | func.to_raw(store) |
| 477 | } |