pub type MakeImportCallback = dyn Fn(&Module, &mut StoreMut<'_>) -> Result<Imports> + Send + Sync + 'static;