Type Alias ImportInitializerFuncPtr

Source
pub 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.