Type Definition wasmer_vm::ImportInitializerFuncPtr [−][src]
type ImportInitializerFuncPtr<ResultErr = *mut c_void> = fn(_: *mut c_void, _: *const c_void) -> Result<(), ResultErr>;
Expand description
The function pointer to call with data and an [Instance
] pointer to
finish initializing the host env.