Function wasmtime_c_api::wasmtime_func_to_raw

source ยท
#[no_mangle]
pub unsafe extern "C" fn wasmtime_func_to_raw(
    store: WasmtimeStoreContextMut<'_>,
    func: &Func,
) -> *mut c_void