[][src]Type Definition wasmer_vm::ImportInitializerFuncPtr

type ImportInitializerFuncPtr = fn(_: *mut c_void, _: *const c_void) -> Result<(), *mut c_void>;

The function pointer to call with data and an [Instance] pointer to finish initializing the host env.