wasmtime_linker_get

Function wasmtime_linker_get 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasmtime_linker_get( linker: &wasmtime_linker_t, store: WasmtimeStoreContextMut<'_>, module: *const u8, module_len: usize, name: *const u8, name_len: usize, item_ptr: &mut MaybeUninit<wasmtime_extern_t>, ) -> bool